********>Bugfix 4 Author: Dave Case Date: 2/14/00 Programs: sander Severity: the LES_CUT test may not run on MPI parallel machines Description: The $DO_PARALLEL construct was left out of the script Fix: apply the following patch to amber6/test/LES_CUT/Run.LES *** OLD Run.LES Mon Feb 14 13:27:36 2000 --- NEW Run.LES Mon Feb 14 08:14:17 2000 *************** *** 4,10 **** echo " Amber 6 SANDER.LES test, no PME " echo " " ! ../../exe/sander.LES -O \ -i md.in \ -o md.LES.out \ -p LES.prmtop \ --- 4,14 ---- echo " Amber 6 SANDER.LES test, no PME " echo " " ! if( ! $?DO_PARALLEL ) then ! setenv DO_PARALLEL " " ! endif ! ! $DO_PARALLEL ../../exe/sander.LES -O \ -i md.in \ -o md.LES.out \ -p LES.prmtop \ Temporary workarounds: none Files affected: amber6/test/LES_CUT/Run.LES