summarylogtreecommitdiffstats
path: root/rungms.patch
blob: 6249fa55f19872458a02bae9962b74e953fd0997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Only in gamess.new: install.info
diff -aur gamess/rungms gamess.new/rungms
--- gamess/rungms	2014-12-11 00:01:06.000000000 +0800
+++ gamess.new/rungms	2016-02-20 23:30:05.511889439 +0800
@@ -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=/u1/$USER/scr
-set GMSPATH=/u1/mike/gamess
+set SCR=/tmp/
+set USERSCR=~/scr
+set GMSPATH=/opt/gamess
 #
 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
@@ -326,44 +326,44 @@
 #          where all CPUs (aka COREs) are inside a -single- NODE.
 #     At other locations, you may wish to consider some of the examples
 #     that follow below, after commenting out this ISU specific part.
-   if ($NCPUS > 1) then
-      switch (`hostname`)
-         case se.msg.chem.iastate.edu:
-         case sb.msg.chem.iastate.edu:
-            if ($NCPUS > 2) set NCPUS=2
-            set NNODES=1
-            set HOSTLIST=(`hostname`:cpus=$NCPUS)
-            breaksw
-         case br.msg.chem.iastate.edu:
-            if ($NCPUS > 8) set NCPUS=8
-            set NNODES=1
-            set HOSTLIST=(`hostname`:cpus=$NCPUS)
-            breaksw
-         case cd.msg.chem.iastate.edu:
-         case zn.msg.chem.iastate.edu:
-         case ni.msg.chem.iastate.edu:
-         case co.msg.chem.iastate.edu:
-         case pb.msg.chem.iastate.edu:
-         case bi.msg.chem.iastate.edu:
-         case po.msg.chem.iastate.edu:
-         case at.msg.chem.iastate.edu:
-         case sc.msg.chem.iastate.edu:
-            if ($NCPUS > 4) set NCPUS=4
-            set NNODES=1
-            set HOSTLIST=(`hostname`:cpus=$NCPUS)
-            breaksw
-         case ga.msg.chem.iastate.edu:
-         case ge.msg.chem.iastate.edu:
-         case gd.msg.chem.iastate.edu:
-            if ($NCPUS > 6) set NCPUS=6
-            set NNODES=1
-            set HOSTLIST=(`hostname`:cpus=$NCPUS)
-            breaksw
-         default:
-            echo I do not know how to run this node in parallel.
-            exit 20
-      endsw
-   endif
+#   if ($NCPUS > 1) then
+#      switch (`hostname`)
+#         case se.msg.chem.iastate.edu:
+#         case sb.msg.chem.iastate.edu:
+#            if ($NCPUS > 2) set NCPUS=2
+#            set NNODES=1
+#            set HOSTLIST=(`hostname`:cpus=$NCPUS)
+#            breaksw
+#         case br.msg.chem.iastate.edu:
+#            if ($NCPUS > 8) set NCPUS=8
+#            set NNODES=1
+#            set HOSTLIST=(`hostname`:cpus=$NCPUS)
+#            breaksw
+#         case cd.msg.chem.iastate.edu:
+#         case zn.msg.chem.iastate.edu:
+#         case ni.msg.chem.iastate.edu:
+#         case co.msg.chem.iastate.edu:
+#         case pb.msg.chem.iastate.edu:
+#         case bi.msg.chem.iastate.edu:
+#         case po.msg.chem.iastate.edu:
+#         case at.msg.chem.iastate.edu:
+#         case sc.msg.chem.iastate.edu:
+#            if ($NCPUS > 4) set NCPUS=4
+#            set NNODES=1
+#            set HOSTLIST=(`hostname`:cpus=$NCPUS)
+#            breaksw
+#         case ga.msg.chem.iastate.edu:
+#         case ge.msg.chem.iastate.edu:
+#         case gd.msg.chem.iastate.edu:
+#            if ($NCPUS > 6) set NCPUS=6
+#            set NNODES=1
+#            set HOSTLIST=(`hostname`:cpus=$NCPUS)
+#            breaksw
+#         default:
+#            echo I do not know how to run this node in parallel.
+#            exit 20
+#      endsw
+#   endif
 #
 #       3. How to run in a single computer, namely the "localhost", so
 #          this computer needn't have a proper Internet name.
@@ -375,13 +375,13 @@
 #          Apple binary from our web site, provided it is uncommented,
 #          and the passage #2 just above is deleted or commented out.
 #
-#--   set HOSTLIST=()
-#--   @ n=1
-#--   while ($n <= $NCPUS)
-#--      set HOSTLIST=($HOSTLIST localhost)
-#--      @ n++
-#--   end
-#--   set NNODES=$NCPUS
+    set HOSTLIST=()
+    @ n=1
+    while ($n <= $NCPUS)
+        set HOSTLIST=($HOSTLIST localhost)
+        @ n++
+    end
+    set NNODES=$NCPUS
 #
 #       4. A phony example, of four dual processors (arbitrary names)
 #          Since their names never change, we just can just specify them.
Only in gamess.new/tools: actvte.x