source: trunk/src/series.xml.default @ 1000

Last change on this file since 1000 was 997, checked in by sommeria, 7 years ago

ActionInput? button introduced in series, use of parameter file series.xml

File size: 791 bytes
Line 
1<?xml version="1.0"?>
2<SeriesParam>
3   <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd>
4<OarParam>
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--> 
11</OarParam>
12<SgeParam>
13</SgeParam>
14</SeriesParam>
Note: See TracBrowser for help on using the repository browser.