Changes between Version 17 and Version 18 of QCG-AdvancedClient
- Timestamp:
- 12/04/12 16:18:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QCG-AdvancedClient
v17 v18 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 resorces) 133 {{{ 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): 133 {{{ 134 </candidateHosts> 134 135 <reservation type="LOCAL">NO_RESERVATION</reservation> 135 136 }}} 136 137 or using advance reservation created by an administrator: 137 138 {{{ 139 </candidateHosts> 138 140 <reservation type="LOCAL">my-reservation.id</reservation> 139 141 }}}