Changeset 18577
- Timestamp:
- 10/06/14 12:19:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/pfe.m
r18305 r18577 126 126 fprintf(fid,'#PBS -W group_list=%s\n',cluster.grouplist); 127 127 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]); 130 130 fprintf(fid,'. /usr/share/modules/init/bash\n\n'); 131 131 fprintf(fid,'module load comp-intel/11.1.046\n');
Note:
See TracChangeset
for help on using the changeset viewer.