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


Ignore:
Timestamp:
2018-03-22T11:02:52+01:00 (6 years ago)
Author:
ajornet
Comment:

--

Legend:

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

    v35 v36  
    1818* It is much faster (https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/SimulationTimes#TrunkvsMICTComparision18022016) 
    1919* No need for output history rebuild 
    20 * IOIPSL unbalances Orchidee computation time. All processors except for the last one (always) need to wait. Because it deals with more data (due to sea gridcells). 
     20* IOIPSL unbalance on Orchidee computation time. All processors except for the last one (always) need to wait. Because it deals with more data (due to sea gridcells). 
    2121 
    2222== Set up == 
    2323 
     24This guide assumes modipsl/ligIGCM is already download with the ORCHIDEE_trunk configuration. The following steps describes what is required to change to compile Orchidee-MICT. 
     25 
    2426There 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.  
    2527 
    2628On curie: 
    27 module load intel/16.0.3.210 
    28 module load netcdf/4.3.3.1_hdf5_parallel 
    29 module load hdf5/1.8.9_parallel 
     29* module load intel/16.0.3.210 
     30* module load netcdf/4.3.3.1_hdf5_parallel 
     31* module load hdf5/1.8.9_parallel 
    3032 
    3133On obelix: 
    32 module load netcdf/4p 
     34* module load netcdf/4p 
    3335 
    3436=== IOIPSL === 
    3537 
    36 This library takes care different IO features: 
     38This library takes care different Input/Output features: 
    3739* Read/write restart files 
    3840* Read/write history files 
     
    7678}}} 
    7779 
    78 6- Modify the line inside the Makefile 
     806- Modify the line inside the Makefile (optional) 
    7981 
    8082For obelix: