Index: trunk/src/series.xml.default
===================================================================
--- trunk/src/series.xml.default	(revision 997)
+++ trunk/src/series.xml.default	(revision 1019)
@@ -2,5 +2,6 @@
 <SeriesParam>
    <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd> 
-<OarParam>
+<ClusterParam>
+<ExistenceTest>oarstat</ExistenceTest>
   <NbCoreAdvised>16</NbCoreAdvised><!--proposed default number of parallel cores attributed for the computations -->
   <NbCoreMax>36</NbCoreMax><!--maximum number of cores allowed for the computations -->
@@ -9,5 +10,6 @@
   <WallTimeMax unit="hour">23</WallTimeMax> <!--maximum allowed time for a job -->  
   <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd> <!--command to know the number of active and waiting job launches-->  
-</OarParam>
+  <LaunchCmdFcn>cluster_command</LaunchCmdFcn> <!--name of the function used to create job launch commmand--> 
+</ClusterParam>
 <SgeParam>
 </SgeParam>
