Changeset 378


Ignore:
Timestamp:
Jan 17, 2012, 2:15:34 PM (12 years ago)
Author:
gostiaux
Message:

sge option for ENS Lyon psmn added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r372 r378  
    15481548    switch batch_mode   
    15491549       
    1550         case 'sge'
     1550        case 'sge' %at the moment only psmn ENS Lyon uses it
    15511551            for p=1:length(batch_file_list)
    1552                 cmd=['!qsub -p ' pvalue ' -q civ.q -e ' flname '.errors -o ' flname '.log' ' ' batch_file_list{p}];
     1552                %cmd=['!qsub -p ' pvalue ' -q civ.q -e ' flname '.errors -o ' flname '.log' ' ' batch_file_list{p}];
     1553                cmd=['!qsub -q piv1,piv2,piv3 '...
     1554                    '-e ' regexprep(batch_file_list{p},'.bat','.errors') ' -o ' regexprep(batch_file_list{p},'.bat','.log ')...
     1555                    ' -v ' 'LD_LIBRARY_PATH=/home/sjoubaud/matlab_sylvain/civx/lib ' batch_file_list{p}];               
    15531556                display(cmd);eval(cmd);
    15541557            end           
Note: See TracChangeset for help on using the changeset viewer.