diff --git a/build_pdata.sh b/build_pdata.sh index 2feef9c83ce0c85eda61ed4019cd2277ff03c928..0600b29c24369484d9a8352a31472b162c6c7ed5 100644 --- a/build_pdata.sh +++ b/build_pdata.sh @@ -29,6 +29,9 @@ then module load gcc/4.9.2 ./install make + + ldd src/pdata + if [ $? -ne 0 ]; then exit 1 ; fi mpirun -np 2 ./src/pdata if [ $? -ne 0 ]; then exit 1 ; fi