Changeset 21664


Ignore:
Timestamp:
04/07/17 15:05:44 (8 years ago)
Author:
schlegel
Message:

CHG: update to new compiler and generic mpi-sgi

File:
1 edited

Legend:

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

    r21576 r21664  
    1111                 name           = 'pfe'
    1212                 login          = '';
    13                  modules        = {'comp-intel/2015.0.090' 'mpi-sgi/mpt.2.12r16'};
     13                 modules        = {'comp-intel/2016.2.181' 'mpi-sgi/mpt'};
    1414                 numnodes       = 20;
    1515                 cpuspernode    = 8;
     
    2020                 codepath       = '';
    2121                 executionpath  = '';
    22                  grouplist     = 's1010';
     22                 grouplist     = 's1690';
    2323                 interactive    = 0;
    2424                 bbftp          = 0;
     
    163163                         fprintf(fid,'#PBS -e %s.errlog \n\n',[cluster.executionpath '/' dirname '/' modelname]);
    164164                         fprintf(fid,'. /usr/share/modules/init/bash\n\n');
    165                          fprintf(fid,'module load comp-intel/2015.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');
    167167                         fprintf(fid,'export PATH="$PATH:."\n\n');
    168168                         fprintf(fid,'export MPI_GROUP_MAX=64\n\n');
     
    226226                         fprintf(fid,'#PBS -e %s.errlog \n\n',[cluster.executionpath '/' dirname '/' modelname]);
    227227                         fprintf(fid,'. /usr/share/modules/init/bash\n\n');
    228                          fprintf(fid,'module load comp-intel/2015.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');
    230230                         fprintf(fid,'export PATH="$PATH:."\n\n');
    231231                         fprintf(fid,'export MPI_GROUP_MAX=64\n\n');
Note: See TracChangeset for help on using the changeset viewer.