Changeset 916 for trunk/src


Ignore:
Timestamp:
Jun 22, 2015, 7:19:12 PM (9 years ago)
Author:
g7moreau
Message:
  • Suppress \n which made log file ending to .logn and not .log
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r915 r916  
    19651965            extra_oar ' '...
    19661966            '"oar-parexec -s -f ' filename_joblist ' '...
    1967             '-l ' filename_joblist '.log"\n'];
     1967            '-l ' filename_joblist '.log"'];
    19681968        fprintf(oar_command);% display  system command on the Matlab command window
    19691969         [status,result]=system(oar_command)% execute system command and show the result (ID number of the launched job) on the Matlab command window
     
    20072007            extra_oar ' '...
    20082008            '"oar-parexec -s -f ' filename_joblist ' '...
    2009             '-l ' filename_joblist '.log"\n'];
     2009            '-l ' filename_joblist '.log"'];
    20102010        filename_oarcommand=fullfile(DirPBS,'pbs_command');
    20112011        fid=fopen(filename_oarcommand,'w');
Note: See TracChangeset for help on using the changeset viewer.