Index: trunk/src/series.xml.default
===================================================================
--- trunk/src/series.xml.default	(revision 1037)
+++ trunk/src/series.xml.default	(revision 1038)
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
 <SeriesParam>
-   <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd> 
-<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 -->
-  <JobCPUTimeAdvised unit="minute">20</JobCPUTimeAdvised><!--used to group the iterations into jobs of sufficient CPU time-->
-  <JobNumberMax>500</JobNumberMax><!--maximum number of jobs allowed (will group the iterations to fit in)-->
-  <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-->  
-  <LaunchCmdFcn>cluster_command</LaunchCmdFcn> <!--name of the function used to create job launch commmand--> 
-</ClusterParam>
+  <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd> 
+  <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 -->
+    <JobCPUTimeAdvised unit="minute">20</JobCPUTimeAdvised> <!-- used to group the iterations into jobs of sufficient CPU time -->
+    <JobNumberMax>500</JobNumberMax>                        <!-- maximum number of jobs allowed (will group the iterations to fit in) -->
+    <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 -->
+    <LaunchCmdFcn>cluster_command</LaunchCmdFcn>            <!-- name of the function used to create job launch commmand -->
+  </ClusterParam>
 </SeriesParam>
