21 lines
576 B
Text
21 lines
576 B
Text
--- rungms 2013-03-05 17:53:14.000000000 +0900
|
|
+++ rungms 2013-03-05 17:53:45.000000000 +0900
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/csh
|
|
+#!/bin/csh -f
|
|
#
|
|
# last update = 26 October 2012
|
|
#
|
|
@@ -60,9 +60,9 @@
|
|
# See also a very old LoadLeveler "ll-gms" for some IBM systems.
|
|
#
|
|
set TARGET=sockets
|
|
-set SCR=/scr/$USER
|
|
-set USERSCR=~$USER/scr
|
|
-set GMSPATH=/u1/mike/gamess
|
|
+set SCR=.
|
|
+set USERSCR=.
|
|
+set GMSPATH=%%PREFIX%%/bin/gms/
|
|
#
|
|
set JOB=$1 # name of the input file xxx.inp, give only the xxx part
|
|
set VERNO=$2 # revision number of the executable created by 'lked' step
|