Changeset 1044 for trunk


Ignore:
Timestamp:
May 10, 2018, 2:38:51 PM (6 years ago)
Author:
g7moreau
Message:
  • Better align format
Location:
trunk/src
Files:
2 edited

Legend:

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

    r1038 r1044  
    11<?xml version="1.0"?>
    22<SeriesParam>
    3   <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd>
    4   <ClusterParam>
    5     <ExistenceTest>oarstat</ExistenceTest>
    6     <NbCoreAdvised>16</NbCoreAdvised>                       <!-- proposed default number of parallel cores attributed for the computations -->
    7     <NbCoreMax>36</NbCoreMax>                               <!-- maximum number of cores allowed for the computations -->
    8     <JobCPUTimeAdvised unit="minute">20</JobCPUTimeAdvised> <!-- used to group the iterations into jobs of sufficient CPU time -->
    9     <JobNumberMax>500</JobNumberMax>                        <!-- maximum number of jobs allowed (will group the iterations to fit in) -->
    10     <WallTimeMax unit="hour">23</WallTimeMax>               <!-- maximum allowed time for a job -->
    11     <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd>          <!-- command to know the number of active and waiting job launches -->
    12     <LaunchCmdFcn>cluster_command</LaunchCmdFcn>            <!-- name of the function used to create job launch commmand -->
    13   </ClusterParam>
     3   <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd>
     4   <ClusterParam>
     5      <ExistenceTest>oarstat</ExistenceTest>
     6      <NbCoreAdvised>16</NbCoreAdvised>                        <!-- proposed default number of parallel cores attributed for the computations -->
     7      <NbCoreMax>36</NbCoreMax>                                <!-- maximum number of cores allowed for the computations -->
     8      <JobCPUTimeAdvised unit="minute">20</JobCPUTimeAdvised> <!-- used to group the iterations into jobs of sufficient CPU time -->
     9      <JobNumberMax>500</JobNumberMax>                         <!-- maximum number of jobs allowed (will group the iterations to fit in) -->
     10      <WallTimeMax unit="hour">23</WallTimeMax>                <!-- maximum allowed time for a job -->
     11      <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd>           <!-- command to know the number of active and waiting job launches -->
     12      <LaunchCmdFcn>cluster_command</LaunchCmdFcn>             <!-- name of the function used to create job launch commmand -->
     13   </ClusterParam>
    1414</SeriesParam>
  • trunk/src/series.xml.sge

    r1019 r1044  
    22<SeriesParam>
    33   <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd>
    4 <ClusterParam>
    5 <ExistenceTest>qstat -help</ExistenceTest>
    6   <NbCoreAdvised>100</NbCoreAdvised><!--proposed default number of parallel cores attributed for the computations -->
    7   <NbCoreMax>1000</NbCoreMax><!--maximum number of cores allowed for the computations -->
    8   <JobCPUTimeAdvised unit="minute">20</JobCPUTimeAdvised><!--used to group the iterations into jobs of sufficient CPU time-->
    9   <JobNumberMax>500</JobNumberMax><!--maximum number of jobs allowed (will group the iterations to fit in)-->
    10   <WallTimeMax unit="hour">23</WallTimeMax> <!--maximum allowed time for a job --> 
    11   <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd> <!--command to know the number of active and waiting job launches--> 
    12   <LaunchCmdFcn>cluster_command_sge</LaunchCmdFcn> <!--name of the function used to create job launch commmand-->
    13 </ClusterParam>
    14 <SgeParam>
    15 </SgeParam>
     4   <ClusterParam>
     5      <ExistenceTest>qstat -help</ExistenceTest>
     6      <NbCoreAdvised>100</NbCoreAdvised>                       <!-- proposed default number of parallel cores attributed for the computations -->
     7      <NbCoreMax>1000</NbCoreMax>                              <!-- maximum number of cores allowed for the computations -->
     8      <JobCPUTimeAdvised unit="minute">20</JobCPUTimeAdvised>  <!-- used to group the iterations into jobs of sufficient CPU time -->
     9      <JobNumberMax>500</JobNumberMax>                         <!-- maximum number of jobs allowed (will group the iterations to fit in) -->
     10      <WallTimeMax unit="hour">23</WallTimeMax>                <!-- maximum allowed time for a job -->
     11      <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd>           <!-- command to know the number of active and waiting job launches -->
     12      <LaunchCmdFcn>cluster_command_sge</LaunchCmdFcn>         <!-- name of the function used to create job launch commmand -->
     13   </ClusterParam>
     14   <SgeParam>
     15   </SgeParam>
    1616</SeriesParam>
Note: See TracChangeset for help on using the changeset viewer.