22 | | === SYNOPSYS === |
23 | | wrf4g_framework manages WRF4G framework components: drm4g and mysql (in case it is needed). |
24 | | It load the framework configuration from etc/framework4g.conf. |
25 | | |
26 | | |
| 28 | == wrf4g_submit == |
| 29 | === Usage === |
| 30 | wrf4g_submit [--dry-run] [--nchunks N] [--nreas N] [--priority P] [--verbose] [--force] [--help] |
| 31 | |
| 32 | === Synopsis === |
| 33 | Submits an experiment or realization. If the user do not specify an experiment or realization with the options, |
| 34 | the name of the experiment will be retrieved from experiment.wrf4g in case it exists in the current folder. |
| 35 | |
| 36 | === Options === |
| 37 | {{{ |
| 38 | --version show program's version number and exit |
| 39 | -h, --help show this help message and exit |
| 40 | -n, --dry-run Perform a trial run with no changes made |
| 41 | -o, --run-just-one Run just the first chunk of the first realization. |
| 42 | Only for testing purposes. |
| 43 | -C N, --nchunk=N Run the next N chunks not finished of each realization |
| 44 | -R N, --nrea=N Run the next N realizations not finished of the |
| 45 | experiment |
| 46 | -r name, --rea=name Name of the realization to sumbit |
| 47 | -F FILE, --frea=FILE File containing the name of the realization to sumbit. |
| 48 | -e name, --exp=name Name of the experiment to sumbit |
| 49 | -p P, --priority=P P is the priority the experiment or realization is |
| 50 | going to be launched with (P is a integer between 1 |
| 51 | and 100) |
| 52 | -v, --verbose Verbose mode. Explain what is being done |
| 53 | -f, --force Don't ask the user if he wants to submit an experiment |
| 54 | already submitted |
| 55 | }}] |