Ignore:
Timestamp:
Nov 9, 2017, 6:17:10 PM (6 years ago)
Author:
sommeria
Message:

more general cluster commands introduced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.xml.default

    r997 r1019  
    22<SeriesParam>
    33   <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd>
    4 <OarParam>
     4<ClusterParam>
     5<ExistenceTest>oarstat</ExistenceTest>
    56  <NbCoreAdvised>16</NbCoreAdvised><!--proposed default number of parallel cores attributed for the computations -->
    67  <NbCoreMax>36</NbCoreMax><!--maximum number of cores allowed for the computations -->
     
    910  <WallTimeMax unit="hour">23</WallTimeMax> <!--maximum allowed time for a job --> 
    1011  <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd> <!--command to know the number of active and waiting job launches--> 
    11 </OarParam>
     12  <LaunchCmdFcn>cluster_command</LaunchCmdFcn> <!--name of the function used to create job launch commmand-->
     13</ClusterParam>
    1214<SgeParam>
    1315</SgeParam>
Note: See TracChangeset for help on using the changeset viewer.