Changes between Version 28 and Version 29 of WRF4GCommandLineTools
- Timestamp:
- May 6, 2013 8:40:40 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GCommandLineTools
v28 v29 37 37 38 38 === Synopsis === 39 Submits an experiment or realization. If the user do not specify an experiment or realization with the options,39 wrf4g_submit command submits an experiment or realization. If the user do not specify an experiment or realization with the options, 40 40 the name of the experiment will be retrieved from experiment.wrf4g in case it exists in the current folder. 41 41 … … 76 76 wrf4g_status [--{exp Experiment|rea Realization}] [--long] [--ncharacters N] [--help] 77 77 78 === Synopsis == =79 Prints the experiment or realization status.78 === Synopsis == 79 wrf4g_status command prints the experiment or realization status. 80 80 81 81 === Options === … … 159 159 #!sh 160 160 [user@mycomputer~]$ wrf4g_resources 161 HID PRIO OS ARCH MHZ %CPU MEM(F/T) DISK(F/T) N(U/F/T) LRMS HOSTNAME162 0 1 GNU/Linux2.6.32 x86_6 2000 0 484/3270 1152/86620/1/1 FORK mycomputer163 1 1 GNU/Linux2.6.18 x86_6 2127 0 12/2048 671273/92147288/0/88 PBS asna_t1164 2 1 GNU/Linux2.6.18 x86_6 2127 0 11/2048 671273/921472168/0/168 PBS asna_b2161 HID PRIO OS ARCH NODES(U/F/T) LRMS HOSTNAME 162 0 1 GNU/Linux2.6.32 x86_6 0/1/1 FORK mycomputer 163 1 1 GNU/Linux2.6.18 x86_6 88/0/88 PBS asna_t1 164 2 1 GNU/Linux2.6.18 x86_6 168/0/168 PBS asna_b2 165 165 }}} 166 166 … … 171 171 OS operating system 172 172 ARCH architecture 173 MHZ CPU speed in MHZ 174 %CPU free CPU ratio 175 MEM(F/T) system memory: F = Free, T = Total 176 DISK(F/T) secondary storage: F = Free, T = Total 177 N(U/F/T) number of slots: U = used by GridWay, F = free, T = total 173 NODES(U/F/T) number of slots: U = used by GridWay, F = free, T = total 178 174 LRMS local resource management system, the jobmanager name 179 175 HOSTNAME FQDN of this hostthe … … 229 225 === Synopsys === 230 226 231 Kill an experiment or realization. Only the ckunks, which have not done, will go back to "Prepared" status. 227 wrf4g_kill command kills the jobs that belong to an experiment or realization. Additionally, 228 the experiment and realization ckunks, which have not done, will go back to "Prepared" status. 232 229 233 230 === Options ===