Changes between Version 35 and Version 36 of DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile
- Timestamp:
- 2018-03-22T11:02:52+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile
v35 v36 18 18 * It is much faster (https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/SimulationTimes#TrunkvsMICTComparision18022016) 19 19 * No need for output history rebuild 20 * IOIPSL unbalance sOrchidee 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). 21 21 22 22 == Set up == 23 23 24 This 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 24 26 There 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. 25 27 26 28 On curie: 27 module load intel/16.0.3.21028 module load netcdf/4.3.3.1_hdf5_parallel29 module load hdf5/1.8.9_parallel29 * 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 30 32 31 33 On obelix: 32 module load netcdf/4p34 * module load netcdf/4p 33 35 34 36 === IOIPSL === 35 37 36 This library takes care different I Ofeatures:38 This library takes care different Input/Output features: 37 39 * Read/write restart files 38 40 * Read/write history files … … 76 78 }}} 77 79 78 6- Modify the line inside the Makefile 80 6- Modify the line inside the Makefile (optional) 79 81 80 82 For obelix: