Changes between Version 54 and Version 55 of DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile


Ignore:
Timestamp:
2019-09-27T13:11:23+02:00 (5 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile

    v54 v55  
    4444 
    4545* module load intel-fcomp/2018 
    46 * module load openmpi/2.1.5  
    47 * module load pnetcdf/1.5.0       
    48 * module load hdf5/1.10.5 
    49 * module load netcdf/4.7 
    50  
    51 Modify util/AA_make.gdef to properly set up the new netcdf library in IOIPSL 
    52 {{{ 
    53 [ajornet@obelix5 util]$ svn diff AA_make.gdef  
    54 Index: AA_make.gdef 
    55 =================================================================== 
    56 --- AA_make.gdef        (révision 3605) 
    57 +++ AA_make.gdef        (copie de travail) 
    58 @@ -319,8 +319,8 @@ 
    59  #-Q- lxiv8    C_O = 
    60  #-Q- lxiv8    C_L = cc 
    61  #-Q- lxiv8    #- 
    62 -#-Q- lxiv8    NCDF_INC = /usr/local/install/netcdf-4.3.2p/include  
    63 -#-Q- lxiv8    NCDF_LIB = -L/usr/local/install/netcdf-4.3.2p/lib -lnetcdff -lnetcdf 
    64 +#-Q- lxiv8    NCDF_INC = $(shell nc-config --includedir) 
    65 +#-Q- lxiv8    NCDF_LIB = -L$(shell nc-config --libdir) -lnetcdff -lnetcdf 
    66  #-Q- lxiv8    #- 
    67  #-Q- occigen  #- 
    68  #-Q- occigen  #- Global definitions for Curie at TGCC 
    69 }}} 
    70  
    71 Do NOT use the modules below. There is a bug in one of those libraries. It prevents the writing of the stomate_Cforcing_permafrost.nc under certain cases (e.g: 2nodes + 4 cores each): 
    72 * netcdf/4p nor hdf5/1.8.9p -> bug in library 
     46* module load openmpi/2.1.5 
     47* module load pnetcdf/1.5.0 
     48* module load hdf5/1.8.9p 
     49* module load netcdf/4p 
     50 
     51Do NOT use the modules below.  
    7352* python/* -> it crashes orchidee 
     53 
     54==== known issues ==== 
     55 
     56Since the introduction of the new module openmpi/2.1.5 a new bug raised in one of those libraries. It prevents the writing of the stomate_Cforcing_permafrost.nc under certain cases (e.g: 2nodes + 4 cores each). At the moment, forcesoil cannot be used until further fix: 
     57* netcdf/4p  
     58* hdf5/1.8.9p 
    7459 
    7560=== Modules on curie ===