Skip to content
Snippets Groups Projects
Commit ce275024 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing script

parent 45e0087b
No related branches found
No related tags found
No related merge requests found
...@@ -28,17 +28,29 @@ then ...@@ -28,17 +28,29 @@ then
sh ./autogen.sh sh ./autogen.sh
module load gcc/4.9.2 module load gcc/4.9.2
./install ./install
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 2 ./src/pdata mpirun -np 2 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 3 ./src/pdata mpirun -np 3 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 4 ./src/pdata mpirun -np 4 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 5 ./src/pdata mpirun -np 5 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 6 ./src/pdata mpirun -np 6 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 7 ./src/pdata mpirun -np 7 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 8 ./src/pdata mpirun -np 8 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 9 ./src/pdata mpirun -np 9 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 10 ./src/pdata mpirun -np 10 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 11 ./src/pdata mpirun -np 11 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 12 ./src/pdata mpirun -np 12 ./src/pdata
if [ $? -ne 0 ]; then exit 1 ; fi
elif [ "$2" == "wetcluster" ] elif [ "$2" == "wetcluster" ]
then then
echo "Compiling on wetcluster" echo "Compiling on wetcluster"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment