Changes between Version 19 and Version 20 of QCG-AdvancedClient

Show
Ignore:
Timestamp:
12/04/12 16:21:05 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QCG-AdvancedClient

    v19 v20  
    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 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.: 
    133133{{{ 
    134134</candidateHosts> 
    135135<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> 
    136141}}} 
    137142   * we give the module name: `<variable name="QCG_MODULES_LIST">Fusion/Turbulence</variable>` that has to be loaded before starting MUSCLE