|
|
# Edit this file to set the base path to GAMESS, and execute it to be | # Edit this file to set the base path to GAMESS, and execute it to be |
# sure all the jobs TERMINATED NORMALLY, and got correct numbers too. | # sure all the jobs TERMINATED NORMALLY, and got correct numbers too. |
# | # |
chdir /u1/mike/gamess |
#chdir /u1/mike/gamess/ |
set VERNO=00 | set VERNO=00 |
# | # |
foreach NUM ( 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 \ | foreach NUM ( 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 \ |
|
|
gms -v $VERNO -q ti -l exam$NUM.log exam$NUM | gms -v $VERNO -q ti -l exam$NUM.log exam$NUM |
sleep 5 | sleep 5 |
else | else |
rungms exam$NUM $VERNO 1 >& exam$NUM.log |
./rungms exam$NUM $VERNO 1 >& exam$NUM.log |
endif | endif |
end | end |