Changes between Version 85 and Version 86 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse


Ignore:
Timestamp:
2019-07-15T11:24:42+02:00 (5 years ago)
Author:
dgoll
Comment:

--

Legend:

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

    v85 v86  
    6464{{{ 
    6565cd ../modeles/XIOS/ 
     66}}} 
     67on obelix: you need to modify the BASE_CFLAGS in the arch files (arch/arch-ifort_LSCE.fcm). It should read: 
     68{{{ 
     69%BASE_CFLAGS    -std=c++11  
     70}}} 
     71now you can compile: 
     72{{{ 
    6673./make_xios --prod --arch ifort_LSCE --full --j 8 
    6774}}}