Changes between Version 16 and Version 17 of SourceCode


Ignore:
Timestamp:
2012-12-04T10:04:15+01:00 (11 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCode

    v16 v17  
    55 
    66News :[[BR]] 
     7 * While compiling LMDZ with the trunk ORCHIDEE, preprocessor flag ORCHIDEE_NOOPENMP must be removed from main makefile of LMDZ, see below in section download. 
    78 * Now compiling is done in modeles/ORCHIDEE using "gmake driver". See below how to extract and compile the trunk 
    89 * The trunk can not use tagged version v2_2_1 or earlier of IOIPSL(since rev 511 ?). Revision 1660 or later of IOIPSL/trunk/src must be used.  
    910 
    1011== Main changes on the trunk == 
     12 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/1078 rev 1078] : Added modifications for OpenMP. MPI parallelization is guaranteed but OpenMP is still under validation and debugging phase. 
    1113 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/1042 rev 1042] : Re-organization 1 : moved driver source code from ORCHIDEE_OL into ORCHIDEE/src_driver 
    1214 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/1028 rev 1028] : Corrected bug for routing in coupled and offline mode. The bug was introduced in rev 947  
     
    6466> ./model LMDZOR_v5               # Extracting all modeles and tools 
    6567 
    66 > cd ../config/LMDZOR_v5 ; gmake  # Compiling 
     68> cd ../config/LMDZOR_v5  
     69> vi Makefile                     # Since rev 1078 in ORCHIDEE/trunk, it is needed to remove -cpp ORCHIDEE_NOOPENMP in makelmdz_fcm line... 
     70> gmake 
    6771}}} 
    6872