Changeset 418 for trunk/src/civ.m
- Timestamp:
- May 9, 2012, 6:58:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r417 r418 1608 1608 case 'oar' 1609 1609 1610 max_walltime=3600*12; % 12h max 1610 1611 oar_modes={'oar-parexec','oar-dispatch','mpilauncher'}; 1611 1612 text={'Batch processing on servcalcul3 LEGI';... 1612 1613 'Please choose one of the followint modes';... 1613 '* oar-parexec : best choice';...1614 '* oar-parexec : default and best choice';... 1614 1615 '* oar-dispatch : jobs in a container of several cores';... 1615 1616 '* mpilauncher : one single parallel mpi job using several cores';... … … 1633 1634 '-t idempotent --checkpoint ' num2str(walltime_onejob+60) ' '... 1634 1635 '-l /core=' num2str(ncores) ','... 1635 'walltime=' datestr( 1.05*walltime_onejob/86400*max(length(batch_file_list),ncores)/ncores,13) ' '...1636 'walltime=' datestr(max(1.05*walltime_onejob/86400*max(length(batch_file_list),ncores)/ncores,max_walltime),13) ' '... 1636 1637 '-E ' regexprep(filename_joblist,'\.txt\>','.stderr') ' '... 1637 1638 '-O ' regexprep(filename_joblist,'\.txt\>','.stdout') ' '...
Note: See TracChangeset
for help on using the changeset viewer.