mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
16 lines
508 B
Diff
16 lines
508 B
Diff
--- rungms.orig 2018-09-30 20:45:26.000000000 -0700
|
|
+++ rungms 2018-11-03 12:41:09.000000000 -0700
|
|
@@ -61,9 +61,9 @@
|
|
# See also a very old LoadLeveler "ll-gms" for some IBM systems.
|
|
#
|
|
set TARGET=sockets
|
|
-set SCR=/scr1/$USER
|
|
-set USERSCR=~/gamess-devv
|
|
-set GMSPATH=~/gamess-devv
|
|
+set SCR=`pwd`
|
|
+set USERSCR=`pwd`
|
|
+set GMSPATH=__MACPORTS_GMSPATH__
|
|
#
|
|
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
|