Changes between Version 77 and Version 78 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse


Ignore:
Timestamp:
2018-02-27T16:34:50+01:00 (6 years ago)
Author:
dgoll
Comment:

--

Legend:

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

    v77 v78  
    4747 
    4848For some (currently unkown) reason you need to pre-compile XIOS;  
    49 make sure you a) chose the right argument for --arch option (for obelix it is ifort_LSCE , for curie it is x64_CURIE; check the folder modipsl/modeles/ORCHIDEE/arch/ to see what you architectures are supported) and b) you have loaded the module netcdf/4p (for obelix)  or netcdf/4.3.3.1_hdf5_parallel (curie) which can be done like this (or better add this line to your ~/.profile to have it automatically loaded when entering the machine). Here example for obelix: 
     49make sure you a) chose the right argument for --arch option (for obelix it is ifort_LSCE , for curie it is X64_CURIE) and b) you have loaded the module netcdf/4p (for obelix)  or netcdf/4.3.3.1_hdf5_parallel (curie) which can be done like this (or better add this line to your ~/.profile to have it automatically loaded when entering the machine). Here example for obelix: 
    5050{{{ 
    5151module load netcdf/4p 
     
    5454cd ../modeles/XIOS/ 
    5555./make_xios --prod --arch ifort_LSCE --full --j 8 
     56}}} 
     57Pro-tip: use the following command to see all available architectures; you need to figure out on your own which architecture fits which machine: 
     58{{{ 
     59./make_xios --avail 
    5660}}} 
    5761