Ignore:
Timestamp:
10/15/16 18:27:39 (8 years ago)
Author:
sdipsl
Message:
  • load python module before netcdf modules. So that netcdf/hdf libraries path from python wont affect dynamically linked binaries to "classic" netcdf/hdf librairies.
  • export explicitely PCMDI_MP variable
File:
1 edited

Legend:

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

    r1338 r1358  
    9999    # At ciclad 
    100100    export PATH=${PATH}:/home/igcmg/rebuild/src_X64_CICLAD/modipsl_v2_2_3_netcdf4.2/bin/ 
     101    module load python/2.7-anaconda > /dev/null 2>&1 
    101102    . /home/igcmg/.atlas_env_ciclad_ksh 
    102     module load python/2.7-anaconda > /dev/null 2>&1 
    103103else 
    104104    # At climserv use the same files stored at ciclad but adapt the path 
    105105    export PATH=${PATH}:/ciclad-home/igcmg/rebuild/src_X64_CICLAD/modipsl_v2_2_3_netcdf4.2/bin/ 
     106    module load python/2.7-anaconda > /dev/null 2>&1 
    106107    . /ciclad-home/igcmg/.atlas_env_ciclad_ksh 
    107     module load python/2.7-anaconda > /dev/null 2>&1 
    108108fi 
    109109 
Note: See TracChangeset for help on using the changeset viewer.