Changes between Version 1 and Version 2 of DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile


Ignore:
Timestamp:
2016-03-09T09:45:02+01:00 (8 years ago)
Author:
ajornet
Comment:

--

Legend:

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

    v1 v2  
    11= How to compile MICT = 
    22 
    3 In order to compile orchidee 
    4  
    5 Go to the model source code: 
     3In order to compile orchidee, go to the model source code: 
    64 
    75{{{ 
     
    3634 
    3735{{{ 
    38 ./makeorchidee_fcm  -parallel mpi -arch X64_CURIE -driver -debug -j 8 
     36./makeorchidee_fcm  -parallel mpi -arch SUPPORTED_MACHINE -driver -prod -full -j 8 
    3937}}} 
    4038Replace -arch MACHINE with the machine you are working with. Find more information in makeorchidee_fcm -h command. 
    4139 
    4240 
    43 Note: the use of gmake produces an error due to dependencies. For this reason, it is only required to compile orchidee libraries (ioipsl, ...). 
    44  
     41Note:  
     42  * the use of gmake produces an error due to dependencies. For this reason, it is only required to compile orchidee libraries (ioipsl, ...). 
     43  * This guide expects you have selected the proper module libraries in the HPC you are working with.