Ignore:
Timestamp:
Jan 18, 2022, 4:28:31 PM (3 years ago)
Author:
romain.vande
Message:

LMDZ_MARS RV : Open_MP;
Put all the "save" variables as "!$OMP THREADPRIVATE" in phymars.
The code can now be tested, see README for more info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2615 r2616  
    35953595
    35963596== 18/01/2022 == RV
    3597 Put all the "save" variables as "!$OMP THREADPRIVATE" in aeronomars
     3597Put all the "save" variables as "!$OMP THREADPRIVATE" in phymars.
     3598The code can now be tested (comparison between restart(fi), diagfi files)
     3599Compile with the option : -parallel mpi_omp, add these lines in the bash:
     3600export OMP_NUM_THREADS= N
     3601export OMP_STACKSIZE=200M
     3602with "N" of the order of #levels/10
     3603
Note: See TracChangeset for help on using the changeset viewer.