Ignore:
Timestamp:
May 15, 2019, 3:07:31 PM (5 years ago)
Author:
lguez
Message:

Call finalize_parallel in program ce0l. This allows idrmemmpi at IDRIS
to print information on memory usage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Ocean_skin/libf/dynphy_lonlat/phylmd/ce0l.F90

    r2665 r3501  
    3131#ifdef CPP_PARA
    3232  USE mod_const_mpi,  ONLY: init_const_mpi
    33   USE parallel_lmdz,  ONLY: init_parallel, mpi_rank, omp_rank
     33  USE parallel_lmdz,  ONLY: init_parallel, mpi_rank, omp_rank, finalize_parallel
    3434  USE bands,          ONLY: read_distrib, distrib_phys
    3535  USE mod_hallo,      ONLY: init_mod_hallo
     
    239239#ifdef CPP_PARA
    240240  END IF
     241  call finalize_parallel
    241242#endif
    242243
Note: See TracChangeset for help on using the changeset viewer.