Changeset 267


Ignore:
Timestamp:
Nov 8, 2011, 1:31:10 PM (12 years ago)
Author:
gostiaux
Message:

queue nicejob added for oar submission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r266 r267  
    22342234    switch batch_mode
    22352235        case 'oar'
    2236             l=length(super_cmd)
     2236            l=length(super_cmd);
    22372237            for p=0:floor(l/6);
    22382238               
     
    22562256                end
    22572257               
    2258                 eval(  ['!oarsub -n CIVX -l "/core=1+{type = ''smalljob''}/licence=1,walltime=00:10:00"   ' filename_superbat]);
     2258                eval(  ['!oarsub -n CIVX -q nicejob -l "/core=1+{type = ''smalljob''}/licence=1,walltime=00:10:00"   ' filename_superbat]);
    22592259            end
    22602260    end
Note: See TracChangeset for help on using the changeset viewer.