Changeset 13920


Ignore:
Timestamp:
11/08/12 18:13:35 (12 years ago)
Author:
schlegel
Message:

CHG: need new compiler for compatibility with GEOS-5 modules

File:
1 edited

Legend:

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

    r13278 r13920  
    106106                         fprintf(fid,'#PBS -e %s.errlog \n\n',modelname);
    107107                         fprintf(fid,'. /usr/share/modules/init/bash\n\n');
    108                          fprintf(fid,'module load comp/intel-10.1.023\n');
     108                         fprintf(fid,'module purge\n');
     109                         fprintf(fid,'module load comp/comp/intel-11.1.038\n');
    109110                         fprintf(fid,'module load mpi/impi-4.0.3.008\n');
    110111                         fprintf(fid,'module load lib/mkl-10.1.2.024\n\n');
Note: See TracChangeset for help on using the changeset viewer.