Changes between Version 1 and Version 2 of WRF4GCommandLineInterface
- Timestamp:
- Sep 28, 2012 2:55:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GCommandLineInterface
v1 v2 11 11 === Synopsis === 12 12 wrf4g_framework manages WRF4G framework components: !GridWay and MySQL (in case it is needed). 13 It load the framework configuration from {{{$WRF4G_LOCATION/etc/framework4g.conf}}}.13 It loads the framework configuration from {{{$WRF4G_LOCATION/etc/framework4g.conf}}}. 14 14 15 15 ---- … … 21 21 22 22 === Synopsis === 23 Given a file (experiment.wrf4g) describing the experiment, prepare the experiment creating the realization and chunks needed to perform it.23 Given a file (experiment.wrf4g) describing the experiment, prepare it by creating the realization and chunks needed to perform the experiment. 24 24 25 25 === Options === … … 40 40 41 41 === Synopsis === 42 Submit s an experiment or realization. If the user do not specify an experiment orrealization with the options,42 Submit an experiment or a realization. If the user doesn't specify an experiment or a realization with the options, 43 43 the name of the experiment will be retrieved from experiment.wrf4g in case it exists in the current folder. 44 44 … … 51 51 -r name, --rea=name Name of the realization to sumbit 52 52 -F FILE, --frea=FILE File containing the name of the realization to sumbit. 53 -a, --rerun Force to run although th srealization or experiment53 -a, --rerun Force to run although the realization or experiment 54 54 has finished 55 55 -o, --run-just-one Run just the first chunk of the first realization. … … 58 58 -R N, --nrea=N Run the next N realizations not finished of the 59 59 experiment 60 -p P, --priority=P P is the priority of the experiment or realization is61 going to be launched (P is a integer between 0 and 20)62 -v, --verbose Verbose mode. Explainwhat is being done60 -p P, --priority=P P is the priority of the experiment or realization that is 61 going to be launched (P is an integer between 0 and 20) 62 -v, --verbose Verbose mode. It explains what is being done 63 63 -f, --force Don't ask the user if he wants to submit an experiment 64 64 already submitted … … 66 66 Specify dependencies between Chunks. afterok: The 67 67 chunk may be scheduled for execution only after jobs 68 jobid have terminated with no errors. afternotok: The68 jobid have finished without any error. afternotok: The 69 69 chunk may be scheduled for execution only after jobs 70 jobid have terminated with errors. afterany: The chunk70 jobid have finished with errors. afterany: The chunk 71 71 may be scheduled for execution after jobs jobid have 72 terminated, with or without errors.72 finished, with or without errors. 73 73 }}} 74 74 … … 80 80 81 81 === Synopsis === 82 Print sthe experiment or realization status.82 Print the experiment or realization status. 83 83 84 84 === Options === … … 90 90 -l, --long Show a detailed status. 91 91 -n NUMBER_OF_CHARACTERS, --ncharacters=NUMBER_OF_CHARACTERS 92 Print n characters of the name of the Experiment or93 Realization(default value is 20 characters)92 Print n characters of the Experiment's name 93 (default value is 20 characters) 94 94 95 95 … … 129 129 130 130 * Realization: Realization name. 131 * Status: It can betake the following values: P(Prepared), S(Submitted), R(Running), F(Failed) and D(Done).131 * Status: It can take the following values: P(Prepared), S(Submitted), R(Running), F(Failed) and D(Done). 132 132 * Chunks [Chunk currently running/Total Chunks]: A realization is split into chunks. Each chunk is sent as a job. 133 133 * Computer resource: Computing Resource where the job is running. (It has to be one of the resources listed by wrf4g_resources) … … 144 144 145 145 === Synopsis === 146 Print sinformation about all the resources configured in framework4g.conf (default)146 Print information about all the resources configured in framework4g.conf (default) 147 147 148 148 === Options === … … 205 205 === Synopsys === 206 206 207 Change the priority of an experiment orrealization. The priority must be in range ![0,20]208 and default value is 0. When a chunk gets a priority of 20, it becomes anurgent.209 This chunk is dispatched as soon as possible, bypassing all the scheduling policies.207 Change the priority of an experiment/realization. The priority must be in range ![0,20] 208 and default value is 0. When a chunk gets a priority of 20, it becomes urgent. 209 This chunk is dispatched as soon as possible, passing all the scheduling policies. 210 210 211 211 === Options === … … 217 217 -r name, --rea=name Name of the realization to sumbit 218 218 -F FILE, --frea=FILE File containing the name of the realization to change 219 ofthe priority219 the priority 220 220 -v, --verbose Verbose mode. Explain what is being done 221 221 -p PRIORITY, --priority=PRIORITY … … 232 232 === Synopsys === 233 233 234 Kill an experiment or realization. Only the c kunks, which have notdone, will go back to "Prepared" status.234 Kill an experiment or realization. Only the chunks which haven't been done, will go back to "Prepared" status. 235 235 236 236 === Options ===