Changeset 989 for trunk


Ignore:
Timestamp:
Feb 2, 2017, 11:41:21 AM (7 years ago)
Author:
g7moreau
Message:
  • Add bigiojob licence limitation. Actually, max 7 UVmat launch in parallel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r984 r989  
    20212021        oar_command=['oarsub -n UVmat_' ActionFullName ' '...
    20222022            '-t idempotent --checkpoint ' num2str(WallTimeOneJob*60) ' '...
    2023             '-l /core=' num2str(NbCore) ','...
    2024             'walltime=' datestr(WallTimeTotal/24,13) ' '...
     2023            '-l "/core=' num2str(NbCore)...
     2024            '+{type = ' char(39) 'bigiojob' char(39) '}/licence=1'... % char(39) is quote - bigiojob limit UVmat parallel launch on cluster
     2025            ',walltime=' datestr(WallTimeTotal/24,13) '" '...
    20252026            '-E ' filename_errors ' '...
    20262027            '-O ' filename_log ' '...
Note: See TracChangeset for help on using the changeset viewer.