Skip to content
Snippets Groups Projects
Commit ee92f8c8 authored by Cedric Jourdain's avatar Cedric Jourdain
Browse files

Add make clean command

parent 5eb28dd4
Branches
Tags
No related merge requests found
...@@ -79,6 +79,7 @@ Install(){ ...@@ -79,6 +79,7 @@ Install(){
# sed -i s/"MEMORY_INSTALLED_PER_CORE_IN_GB = 2.5d0"/"MEMORY_INSTALLED_PER_CORE_IN_GB = 50d0"/g DATA/Par_file # sed -i s/"MEMORY_INSTALLED_PER_CORE_IN_GB = 2.5d0"/"MEMORY_INSTALLED_PER_CORE_IN_GB = 50d0"/g DATA/Par_file
#fi #fi
echo "===> Build" echo "===> Build"
make clean
time -p make -j 12 all >& make.log & time -p make -j 12 all >& make.log &
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment