diff options
Diffstat (limited to 'science/gamess/files/patch-rungms')
-rw-r--r-- | science/gamess/files/patch-rungms | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/science/gamess/files/patch-rungms b/science/gamess/files/patch-rungms deleted file mode 100644 index 910b99fa94fa..000000000000 --- a/science/gamess/files/patch-rungms +++ /dev/null @@ -1,21 +0,0 @@ ---- 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 |