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.
Ticket Comment Diff – NEMO

Changes between Version 1 and Version 2 of Ticket #2563, comment 19


Ignore:
Timestamp:
2020-11-06T11:55:18+01:00 (3 years ago)
Author:
nemo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2563, comment 19

    v1 v2  
    11Just for a test, we can also add a basic "had made" timing to make sure that the timing routine is effectively given the proper number...   
    22{{{#!diff 
     3--- before 
     4+++ after 
     5@@ -1,13 +1,19 @@ 
    36+  INCLUDE 'mpif.h' 
    47 
    5 ... 
     8 ... 
    69 
    710    SUBROUTINE iom_p0d_dp( cdname, pfield0d ) 
     
    1417 #if defined key_iomput 
    1518 !!clem      zz(:,:)=pfield0d 
    16 @@ -1885,6 +1888,8 @@ 
    1719 #else 
    1820       IF( .FALSE. )   WRITE(numout,*) cdname, pfield0d   ! useless test to avoid compilation warnings 
     
    2729 
    2830{{{#!diff 
     31--- before 
     32+++ after 
     33@@ -1,1 +1,3 @@ 
    2934+      timeall = timeall + MPI_Wtime() - ztime 
    3035+      CALL timing_stop('iom_put')