Index: /trunk/src/series.m
===================================================================
--- /trunk/src/series.m	(revision 988)
+++ /trunk/src/series.m	(revision 989)
@@ -2021,6 +2021,7 @@
         oar_command=['oarsub -n UVmat_' ActionFullName ' '...
             '-t idempotent --checkpoint ' num2str(WallTimeOneJob*60) ' '...
-            '-l /core=' num2str(NbCore) ','...
-            'walltime=' datestr(WallTimeTotal/24,13) ' '...
+            '-l "/core=' num2str(NbCore)...
+            '+{type = ' char(39) 'bigiojob' char(39) '}/licence=1'... % char(39) is quote - bigiojob limit UVmat parallel launch on cluster
+            ',walltime=' datestr(WallTimeTotal/24,13) '" '...
             '-E ' filename_errors ' '...
             '-O ' filename_log ' '...
