Changeset 18577


Ignore:
Timestamp:
10/06/14 12:19:06 (10 years ago)
Author:
bdef
Message:

CHG:minor change to PBS path

File:
1 edited

Legend:

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

    r18305 r18577  
    126126                         fprintf(fid,'#PBS -W group_list=%s\n',cluster.grouplist);
    127127                         fprintf(fid,'#PBS -m e\n');
    128                          fprintf(fid,'#PBS -o %s.outlog \n',modelname);
    129                          fprintf(fid,'#PBS -e %s.errlog \n\n',modelname);
     128                         fprintf(fid,'#PBS -o %s.outlog \n',[cluster.executionpath '/' dirname '/' modelname]);
     129                         fprintf(fid,'#PBS -e %s.errlog \n\n',[cluster.executionpath '/' dirname '/' modelname]);
    130130                         fprintf(fid,'. /usr/share/modules/init/bash\n\n');
    131131                         fprintf(fid,'module load comp-intel/11.1.046\n');
Note: See TracChangeset for help on using the changeset viewer.