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

Fixing jenkins script

parent 46d582a9
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ then
sh ./autogen.sh
module load gcc/4.9.2
./install
make
if [ $? -ne 0 ]; then exit 1 ; fi
mpirun -np 2 ./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