Changes between Version 17 and Version 18 of QCG-AdvancedClient

Show
Ignore:
Timestamp:
12/04/12 16:18:36 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QCG-AdvancedClient

    v17 v18  
    130130   * we requested 30 minutes of maximum job walltime (`<executionDuration>`), 
    131131   * 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> 
    134135<reservation type="LOCAL">NO_RESERVATION</reservation> 
    135136}}} 
    136137or using advance reservation created by an administrator: 
    137138{{{ 
     139</candidateHosts> 
    138140<reservation type="LOCAL">my-reservation.id</reservation> 
    139141}}}