Changes between Version 49 and Version 50 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse
- Timestamp:
- 2016-08-10T04:28:13+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-CNP/howtoUse
v49 v50 51 51 First do a "normal" make to compile XIOS & IPOSL components which are needed; don't worry if the compilation of ORCHIDEE crashes 52 52 {{{ 53 make without_xios 53 cd ../config/ORCHIDEE_OL 54 gmake without_xios 54 55 }}} 55 56 then compile (do compile always with "-parallel mpi" as this executable can be run in sequential mode, too. But not vice versa)