Changes between Version 36 and Version 37 of DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile


Ignore:
Timestamp:
2018-07-04T14:46:05+02:00 (6 years ago)
Author:
ajornet
Comment:

--

Legend:

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

    v36 v37  
    2626There is an implicit step which depends in your architecture (computer). You need to make sure you have chosen the proper libraries (module load ...) to compile Orchidee.  
    2727 
     28On Irene: 
     29* module load intel/17.0.4.196 
     30* module load mpi/openmpi/2.0.2 
     31* module load flavor/hdf5/parallel 
     32* module load netcdf-fortran/4.4.4 
     33* module load mkl 
     34* module load hdf5/1.8.20 
     35* module load feature/bridge/heterogenous_mpmd 
     36* module load nco 
     37* module load cdo 
     38* module load ncview 
     39 
     40On obelix: 
     41* module load netcdf/4p 
     42 
    2843On curie: 
    2944* module load intel/16.0.3.210 
    3045* module load netcdf/4.3.3.1_hdf5_parallel 
    3146* module load hdf5/1.8.9_parallel 
    32  
    33 On obelix: 
    34 * module load netcdf/4p 
    3547 
    3648=== IOIPSL === 
     
    7991 
    80926- Modify the line inside the Makefile (optional) 
     93 
     94For Irene: 
     95{{{ 
     96F_O = -DCPP_PARA -O3 -xHost -align all -align array64byte $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR) -fp-model precise 
     97}}} 
    8198 
    8299For obelix: 
     
    249266Refer to the following keys depending on the machine: 
    250267* obelix:  ifort_LSCE 
     268* Irene: X64_IRENE 
    251269* Curie: X64_CURIE 
    252270* ADA: X64_ADA