Changeset 1362


Ignore:
Timestamp:
10/27/16 11:09:21 (8 years ago)
Author:
sdipsl
Message:
  • Bugfix. Need to unload intel module (2013.0) to load intel 2016.2. intel 2013.0 is loaded by ins_job when you need MPMD.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r1358 r1362  
    9797  . /smphome/rech/psl/rpsl035/.atlas_env_ada_intel_2013_0_bash > /dev/null 2>&1 
    9898else 
     99  module load python/2.7.10 > /dev/null 2>&1 
     100  module unload intel > /dev/null 2>&1 
    99101  module load intel/2016.2 > /dev/null 2>&1 
    100102  . /smphome/rech/psl/rpsl035/.atlas_env_ada_bash > /dev/null 2>&1 
Note: See TracChangeset for help on using the changeset viewer.