Commit 0d45879
committed
Only add CPU ranks to gempak CFP file when needed
The gempak j-job was always adding the CPU ranks to the CFP command
file. These are only needed (or allowed) on slurm, which prevented
the job from running properly on WCOSS2. Following the paradigm of
existing jobs, now the ranks are only added if `$CFP_MP` is "YES".1 parent dcebeee commit 0d45879
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
0 commit comments