Changeset 997 for trunk/src/series.xml.default
- Timestamp:
- Feb 6, 2017, 8:05:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.xml.default
r996 r997 3 3 <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd> 4 4 <OarParam> 5 <NbCoreDefault>16</NbCoreDefault><!--proposed default number of parallel cores for a job --> 6 <MinEstimatedCPUTime unit="minute">20</MinEstimatedCPUTime><!--used to group the iterations into jobs of sufficient CPU time--> 7 <MaxJobNumber>500</MaxJobNumber><!--maximum number of jobs allowed (will group the iterations to fit in)--> 8 <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd> 5 <NbCoreAdvised>16</NbCoreAdvised><!--proposed default number of parallel cores attributed for the computations --> 6 <NbCoreMax>36</NbCoreMax><!--maximum number of cores allowed for the computations --> 7 <JobCPUTimeAdvised unit="minute">20</JobCPUTimeAdvised><!--used to group the iterations into jobs of sufficient CPU time--> 8 <JobNumberMax>500</JobNumberMax><!--maximum number of jobs allowed (will group the iterations to fit in)--> 9 <WallTimeMax unit="hour">23</WallTimeMax> <!--maximum allowed time for a job --> 10 <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd> <!--command to know the number of active and waiting job launches--> 9 11 </OarParam> 10 12 <SgeParam>
Note: See TracChangeset
for help on using the changeset viewer.