Changes between Version 17 and Version 18 of SourceCode


Ignore:
Timestamp:
2012-12-05T13:18:59+01:00 (11 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCode

    v17 v18  
    1010 
    1111== 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. 
     12 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/1078 rev 1078] : Added modifications for OpenMP. The interface intersurf_gathered was changed. The interface intersurf_gathered_2m was removed and variables q2m and t2m are integrated in the first interface as optional variables. The new interface was already added in LMDZ but the preprossor key ORCHIDEE_NOOPENMP must be removed to use this new interface. MPI parallelization is guaranteed but OpenMP is still under validation and debugging phase. Compiling and running is still done in mode MPI only. 
    1313 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/1042 rev 1042] : Re-organization 1 : moved driver source code from ORCHIDEE_OL into ORCHIDEE/src_driver 
    1414 * [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  
     
    6767 
    6868> 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... 
     69> vi Makefile                     # Modify main makefile : remove "-cpp ORCHIDEE_NOOPENMP" in the end of makefile,  
     70                                  # at all lines containing ./makelmdz_fcm. This is needed since rev 1078 in ORCHIDEE/trunk. 
    7071> gmake 
    7172}}}