ports/science/gamess-us/files/patch-runall
Yuri Victorovich cd28aeb47b Re-add port: science/gamess-us: General Atomic and Molecular Electronic Structure System (US)
It used to be in science/gamess and was removed in 2014.
2018-10-14 03:18:45 +00:00

10 lines
319 B
Text

--- runall.orig 2018-10-13 23:46:23 UTC
+++ runall
@@ -42,6 +42,7 @@ set Ntest=47
while ($i <= $Ntest)
set NUM=$i
if ($i <= 9) set NUM=0$i
+ echo "Running test: $NUM of $Ntest"
if (`hostname` == si.msg.chem.iastate.edu) then
xgms -v $VERNO -q $QUEUE -l exam$NUM.log exam$NUM
sleep 2