Changeset 15405


Ignore:
Timestamp:
07/02/13 15:58:00 (12 years ago)
Author:
schlegel
Message:

CHG: revert pfe

File:
1 edited

Legend:

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

    r15404 r15405  
    1919                 codepath       = '';
    2020                 executionpath  = '';
    21                  grouplist     = 'g26209';
     21                 grouplist     = 's1010';
    2222                 interactive    = 0;
    2323                 bbftp          = 0;
     
    118118                         fprintf(fid,'#PBS -e %s.errlog \n\n',modelname);
    119119                         fprintf(fid,'. /usr/share/modules/init/bash\n\n');
    120                          fprintf(fid,'module load comp-intel/2011.2\n');
    121                          %fprintf(fid,'module load comp-intel/2013.1.117\n');
     120                         fprintf(fid,'module load comp-intel/2013.1.117\n');
    122121                         fprintf(fid,'module load mpi-sgi/mpt.2.06rp16\n');
    123122                         fprintf(fid,'module load math/intel_mkl_64_10.0.011\n\n');
Note: See TracChangeset for help on using the changeset viewer.