Changeset 262


Ignore:
Timestamp:
Oct 7, 2011, 12:13:27 PM (13 years ago)
Author:
gostiaux
Message:

Option \core=1 added to oarsub command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r261 r262  
    21272127                        case 'oar'
    21282128                            eval(  ['!chmod +x ' filename_bat]);
    2129                             eval(  ['!oarsub -n CIVX -l /nodes=1/cpu=1,walltime=00:10:00  ' filename_bat]);
     2129                            eval(  ['!oarsub -n CIVX -l /core=1,walltime=00:10:00  ' filename_bat]);
    21302130                    end
    21312131                else
Note: See TracChangeset for help on using the changeset viewer.