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 3171 – NEMO

Changeset 3171


Ignore:
Timestamp:
2011-11-22T11:56:25+01:00 (12 years ago)
Author:
cbricaud
Message:

correction for mono proc compiling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/DIA/diaptr.F90

    r3168 r3171  
    428428      ENDIF 
    429429      ! 
     430#if defined key_mpp_mpi 
    430431      IF( kt == nitend .AND. l_znl_root )   CALL histclo( numptr )      ! Close the file 
     432#else 
     433      IF( kt == nitend )                    CALL histclo( numptr )      ! Close the file 
     434#endif 
    431435      ! 
    432436      IF( nn_timing == 1 )   CALL timing_stop('dia_ptr') 
Note: See TracChangeset for help on using the changeset viewer.