Changeset 22003


Ignore:
Timestamp:
08/24/17 14:58:38 (8 years ago)
Author:
schlegel
Message:

CHG: update discover modules for intel16 compiler

File:
1 edited

Legend:

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

    r21967 r22003  
    125125                         end
    126126                         fprintf(fid,'. /usr/share/modules/init/bash\n\n');
    127                          fprintf(fid,'module load comp/intel-15.0.0.090\n');
    128                          fprintf(fid,'module load mpi/impi-4.0.3.008\n');
     127                         fprintf(fid,'module load comp/intel-16.0.2.181\n');
     128                         fprintf(fid,'module load mpi/impi-5.1.3.181\n');
    129129                         fprintf(fid,'module load other/cmake-3.8.2\n');
     130                         fprintf(fid,'export MPI_GROUP_MAX=64\n\n');
     131                         fprintf(fid,'export MPI_UNBUFFERED_STDIO=true\n\n');
    130132                         fprintf(fid,'export PATH="$PATH:."\n\n');
    131133                         fprintf(fid,'export ISSM_DIR="%s/../"\n',cluster.codepath); %FIXME
Note: See TracChangeset for help on using the changeset viewer.