# checkrismunsupported.sh needs to run TESTsander with DO_PARALLEL # Other wise it will get "Killed" instead of a proper exit. # # Åke Sandgren, 2018-02-19 diff -ru amber16.orig/test/rism3d/checkrismunsupported.sh amber16/test/rism3d/checkrismunsupported.sh --- amber16.orig/test/rism3d/checkrismunsupported.sh 2017-04-07 21:08:28.000000000 +0200 +++ amber16/test/rism3d/checkrismunsupported.sh 2018-02-19 15:17:17.667872717 +0100 @@ -14,7 +14,7 @@ echo "$1 is not an executable or does not exist." exit 1 fi -HAS_RISM=`$TESTsander -O -xvv foo 2> /dev/null | grep flag` +HAS_RISM=`$DO_PARALLEL $TESTsander -O -xvv foo 2> /dev/null | grep flag` /bin/rm -f foo mdout mdin if [ -n "$HAS_RISM" ] ; then echo "$TESTsander compiled without RISM support."