Changes between Version 88 and Version 89 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse


Ignore:
Timestamp:
2019-08-06T11:25:49+02:00 (5 years ago)
Author:
dgoll
Comment:

--

Legend:

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

    v88 v89  
    5858 
    5959For some (currently unkown) reason you need to pre-compile XIOS;  
    60 make 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 and gcc/5.2.0 (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: 
     60make 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   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: 
    6161{{{ 
    6262module load netcdf/4p 
    63 module load gcc/5.2.0 
    6463}}} 
    6564{{{ 
    6665cd ../modeles/XIOS/ 
    67 }}} 
    68 on obelix: you need to modify the BASE_CFLAGS in the arch files (arch/arch-ifort_LSCE.fcm). It should read: 
    69 {{{ 
    70 %BASE_CFLAGS    -std=c++11  
    7166}}} 
    7267now you can compile: