Changes between Version 3 and Version 4 of WRF4GCommandLineInterface
- Timestamp:
- Apr 16, 2013 4:44:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GCommandLineInterface
v3 v4 47 47 -h, --help show this help message and exit 48 48 -n, --dry-run Perform a trial run with no changes made 49 -e name, --exp=name Name of the experiment to su mbit50 -r name, --rea=name Name of the realization to su mbit51 -F FILE, --frea=FILE File containing the name of the realization to su mbit.49 -e name, --exp=name Name of the experiment to submit 50 -r name, --rea=name Name of the realization to submit 51 -F FILE, --frea=FILE File containing the name of the realization to submit. 52 52 -a, --rerun Force to run although the realization or experiment 53 53 has finished … … 161 161 #!sh 162 162 [user@mycomputer~]$ wrf4g_resources 163 HID PRIO OS ARCH MHZ %CPU MEM(F/T) DISK(F/T) N(U/F/T) LRMS HOSTNAME164 0 1 GNU/Linux2.6.32 x86_6 2000 0 484/3270 1152/86620/1/1 FORK mycomputer165 1 1 GNU/Linux2.6.18 x86_6 2127 0 12/2048 671273/92147288/0/88 PBS asna_t1166 2 1 GNU/Linux2.6.18 x86_6 2127 0 11/2048 671273/921472168/0/168 PBS asna_b2163 HID PRIO OS ARCH NODES(U/F/T) LRMS HOSTNAME 164 0 1 GNU/Linux2.6.32 x86_6 0/1/1 FORK mycomputer 165 1 1 GNU/Linux2.6.18 x86_6 88/0/88 PBS asna_t1 166 2 1 GNU/Linux2.6.18 x86_6 168/0/168 PBS asna_b2 167 167 }}} 168 168 … … 173 173 OS operating system 174 174 ARCH architecture 175 MHZ CPU speed in MHZ 176 %CPU free CPU ratio 177 MEM(F/T) system memory: F = Free, T = Total 178 DISK(F/T) secondary storage: F = Free, T = Total 179 N(U/F/T) number of slots: U = used by GridWay, F = free, T = total 175 NODES(U/F/T) number of slots: U = used by GridWay, F = free, T = total 180 176 LRMS local resource management system, the jobmanager name 181 HOSTNAME FQDN of this hostthe177 HOSTNAME FQDN of this resource 182 178 183 179 QUEUE FIELD INFORMATION … … 213 209 -h, --help show this help message and exit 214 210 -n, --dry-run Perform a trial run with no changes made 215 -e name, --exp=name Name of the experiment to sumbit216 -r name, --rea=name Name of the realization to sumbit211 -e name, --exp=name Name of the experiment 212 -r name, --rea=name Name of the realization 217 213 -F FILE, --frea=FILE File containing the name of the realization to change 218 214 the priority … … 231 227 === Synopsys === 232 228 233 Kill an experiment or realization. Only the chunks which haven't been done, will go back to "Prepared" status. 229 wrf4g_kill command kill the jobs that belong to an experiment or realization. Additionally, 230 the experiment and realization ckunks, which have not done, will go back to "Prepared" status 234 231 235 232 === Options === … … 238 235 -h, --help show this help message and exit 239 236 -n, --dry-run Perform a trial run with no changes made 240 -e name, --exp=name Name of the experiment to sumbit241 -r name, --rea=name Name of the realization to sumbit237 -e name, --exp=name Name of the experiment 238 -r name, --rea=name Name of the realization 242 239 -F FILE, --frea=FILE File containing the name of the realization to kill. 243 240 -v, --verbose Verbose mode. Explain what is being done.