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

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

button ActionInput? introduced in series

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