New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 14899 for NEMO/branches/2021/dev_r14447_HPC-07_Irrmann_try_new_pt2pt/src/OCE/LBC/lib_mpp.F90 – NEMO

Ignore:
Timestamp:
2021-05-25T15:53:20+02:00 (3 years ago)
Author:
girrmann
Message:

Asynchronous communications now works in time splitting with nncomm == 3 (newpt2pt communication) and yiels identical results but is not compatible with other schemes. Under investigation...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14447_HPC-07_Irrmann_try_new_pt2pt/src/OCE/LBC/lib_mpp.F90

    r14835 r14899  
    222222   LOGICAL                            , PUBLIC :: lints = .FALSE.   ! indicate if currently in time-splitting (for persistent calls) 
    223223   LOGICAL                            , PUBLIC :: ln_tspers         ! indicate if persistent call enabled in time-splitting 
     224   LOGICAL                            , PUBLIC :: ln_async          ! indicate if asynchronous communications enabled 
    224225    
    225226   !! * Substitutions 
Note: See TracChangeset for help on using the changeset viewer.