35 | | JOB_TYPE:: The type of job to be run. This option selects the submitter to be used. A valid {{{wrf4g_submit.[JOB_TYPE]}}} file must exists in the {{{ui/scripts}}} directory |
36 | | NP: Number of nodes to request in a parallel job. Note that it has to be enough resources to run in NP. For example, if we only configure 1 core of a computer in framework4g.conf, we can't submit an experiment demanding NP=2. |
37 | | REQUIREMENTS: Requirements asked to the Computing resources where the experiment is going to run. For example REQUIREMENTS ='HOSTNAME = "*ui0*";' |
| 35 | NP:: Number of nodes to request in a parallel job. Note that it has to be enough resources to run in NP. For example, if we only configure 1 core of a computer in framework4g.conf, we can't submit an experiment demanding NP=2. |
| 36 | REQUIREMENTS:: Requirements asked to the Computing resources where the experiment is going to run. For example REQUIREMENTS ='HOSTNAME = "*ui0*";' |