Changes between Version 57 and Version 58 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse


Ignore:
Timestamp:
2017-05-03T17:17:41+02:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoUse

    v57 v58  
    4747==== A: on obelix ==== 
    4848 
    49 First do a "normal" make to compile XIOS & IPOSL components which are needed; don't worry if the compilation of ORCHIDEE crashes 
     49Compile ORCHIDEE (without XIOS): 
    5050{{{ 
    5151cd ../config/ORCHIDEE_OL 
    5252gmake without_xios 
    5353}}} 
    54 then compile (do compile always with "-parallel mpi" as this executable can be run in sequential mode, too. But not vice versa) 
    5554 
    56 {{{ 
    57 cd ../../modeles/ORCHIDEE   
    58 ./makeorchidee_fcm -driver -arch ifort_LSCE -noxios -parallel mpi 
    59 }}} 
    60 DSG: It might be needed to do it the other way round. 
    6155==== B: on curie ==== 
    6256WARNING: before you do anything on curie; make sure you have copied the p86ipsl login environment to your home 
     
    7165cd ../config/ORCHIDEE_OL 
    7266gmake without_xios 
    73 }}} 
    74  
    75  
    76 I usually re-compile ORCHIDEE again with makeorchidee_fcm to set options as I need them to have (don't forget to disable xios). 
    77 {{{ 
    78 cd ../../modeles/ORCHIDEE 
    79 ./makeorchidee_fcm -driver -parallel mpi -arch X64_CURIE -driver -noxios 
    8067}}} 
    8168