Changes between Version 19 and Version 20 of QCG-AdvancedClient
- Timestamp:
- 12/04/12 16:21:05 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QCG-AdvancedClient
v19 v20 130 130 * we requested 30 minutes of maximum job walltime (`<executionDuration>`), 131 131 * we specify the kernels to be run in the `processesId` attribute of the `<processes>` element (multiple kernels must be separated with a colon ":"), 132 * we specify the number of processes to be allocated (using advance reservation mechanism). Alternatively you can submit your job in "opportunistic mode" (i.e. if you believe that all kernels would start immediately because there are enough free resources) :132 * we specify the number of processes to be allocated (using advance reservation mechanism). Alternatively you can submit your job in "opportunistic mode" (i.e. if you believe that all kernels would start immediately because there are enough free resources) by adding the `<reservation>` tag in every kernels group, e.g.: 133 133 {{{ 134 134 </candidateHosts> 135 135 <reservation type="LOCAL">NO_RESERVATION</reservation> 136 }}} 137 * or use advance reservation created by an administrator: 138 {{{ 139 </candidateHosts> 140 <reservation type="LOCAL">my-reservation.id</reservation> 136 141 }}} 137 142 * we give the module name: `<variable name="QCG_MODULES_LIST">Fusion/Turbulence</variable>` that has to be loaded before starting MUSCLE