Changeset 16094


Ignore:
Timestamp:
09/05/13 14:11:13 (12 years ago)
Author:
schlegel
Message:

CHG: add full path for output files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/discover.m

    r14495 r16094  
    1313                 numnodes=20;
    1414                 cpuspernode=8;
    15                  port=1025;
     15                 port=0;
    1616                 queue='general';
    1717                 time=12*60;
     
    103103                         fprintf(fid,'#PBS -W group_list=s1010\n');
    104104                         fprintf(fid,'#PBS -m e\n');
    105                          fprintf(fid,'#PBS -o %s.outlog \n',modelname);
    106                          fprintf(fid,'#PBS -e %s.errlog \n\n',modelname);
     105                         fprintf(fid,'#PBS -o %s.outlog \n',[cluster.executionpath '/' dirname '/' modelname]);
     106                         fprintf(fid,'#PBS -e %s.errlog \n\n',[cluster.executionpath '/' dirname '/' modelname]);
    107107                         fprintf(fid,'. /usr/share/modules/init/bash\n\n');
    108108                         fprintf(fid,'module purge\n');
Note: See TracChangeset for help on using the changeset viewer.