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

Fixing jenkin script

parent 2b7c1d88
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ then
if [ $? -ne 0 ]; then exit 1
## Run on the cluster
bsub -o output_run2.%J -K -n 2 -R "span[hosts=1]" "module load openmpi/1.8.1 ; module load gcc/4.9.2; mpirun -np 2 ./src/pdata"
# bsub -o output_run2.%J -K -n 2 -R "span[hosts=1]" "module load openmpi/1.8.1 ; module load gcc/4.9.2; mpirun -np 2 ./src/pdata"
# if [ $? -ne 0 ]; then exit 1 ; fi
# bsub -o output_run3.%J -K -n 3 -R "span[hosts=1]" "module load openmpi/1.8.1 ; module load gcc/4.9.2; mpirun -np 3 ./src/pdata"
# if [ $? -ne 0 ]; then exit 1 ; fi
......
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