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

Fixing jenkin script

parent 8ec9ebb2
No related branches found
No related tags found
No related merge requests found
......@@ -66,10 +66,10 @@ then
sh ./autogen.sh
./install --with-boost=/sw/apps/boost/1.54.0/ CXX=mpic++
make
# if [ $? -ne 0 ]; then exit 1
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