Changeset 996 for trunk/src/series.xml.default
- Timestamp:
- Feb 6, 2017, 4:02:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.xml.default
r993 r996 1 1 <?xml version="1.0"?> 2 2 <SeriesParam> 3 <ClusterParam> 4 <Name>cluster_oar</Name>!-- Cluster name to be displayed in the menu 5 <CheckString>s=system('oarstat')</CheckString>!-- Matlab command for detecting the cluster 6 <NbCoreDefault>16</NbCoreDefault>!-- proposed number of cores by default 7 </ClusterParam> 8 <ClusterParam> 9 <Name>cluster_pbs</Name>!-- Cluster name to be displayed in the menu 10 </ClusterParam> 11 <ClusterParam> 12 <Name>cluster_sge</Name>!-- Cluster name to be displayed in the menu 13 CheckString>[s,w]=system('oarstat')</CheckString> 14 </ClusterParam> 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> 15 12 </SeriesParam>
Note: See TracChangeset
for help on using the changeset viewer.