Changeset 21664
- Timestamp:
- 04/07/17 15:05:44 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/pfe.m
r21576 r21664 11 11 name = 'pfe' 12 12 login = ''; 13 modules = {'comp-intel/201 5.0.090' 'mpi-sgi/mpt.2.12r16'};13 modules = {'comp-intel/2016.2.181' 'mpi-sgi/mpt'}; 14 14 numnodes = 20; 15 15 cpuspernode = 8; … … 20 20 codepath = ''; 21 21 executionpath = ''; 22 grouplist = 's1 010';22 grouplist = 's1690'; 23 23 interactive = 0; 24 24 bbftp = 0; … … 163 163 fprintf(fid,'#PBS -e %s.errlog \n\n',[cluster.executionpath '/' dirname '/' modelname]); 164 164 fprintf(fid,'. /usr/share/modules/init/bash\n\n'); 165 fprintf(fid,'module load comp-intel/201 5.0.090\n');166 fprintf(fid,'module load mpi-sgi/mpt .2.12r16\n');165 fprintf(fid,'module load comp-intel/2016.2.181\n'); 166 fprintf(fid,'module load mpi-sgi/mpt\n'); 167 167 fprintf(fid,'export PATH="$PATH:."\n\n'); 168 168 fprintf(fid,'export MPI_GROUP_MAX=64\n\n'); … … 226 226 fprintf(fid,'#PBS -e %s.errlog \n\n',[cluster.executionpath '/' dirname '/' modelname]); 227 227 fprintf(fid,'. /usr/share/modules/init/bash\n\n'); 228 fprintf(fid,'module load comp-intel/201 5.0.090\n');229 fprintf(fid,'module load mpi-sgi/mpt .2.12r16\n');228 fprintf(fid,'module load comp-intel/2016.2.181\n'); 229 fprintf(fid,'module load mpi-sgi/mpt\n'); 230 230 fprintf(fid,'export PATH="$PATH:."\n\n'); 231 231 fprintf(fid,'export MPI_GROUP_MAX=64\n\n');
Note:
See TracChangeset
for help on using the changeset viewer.