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 14984 for NEMO/branches/2021/ticket2680_C1D_PAPA/src/OCE/LBC/lib_mpp.F90 – NEMO

Ignore:
Timestamp:
2021-06-14T10:07:36+02:00 (3 years ago)
Author:
smasson
Message:

ticket2680_C1D_PAPA: fix to work with key_mpi_off, #2680

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2680_C1D_PAPA/src/OCE/LBC/lib_mpp.F90

    r14920 r14984  
    14051405      INTEGER, DIMENSION(MPI_STATUS_SIZE), INTENT(  out) ::   status 
    14061406      INTEGER                            , INTENT(  out) ::   ierror 
     1407      IF (.FALSE.) THEN   ! to avoid compilation warning 
     1408         status(:) = -1 
     1409         ierror = -1 
     1410      ENDIF 
    14071411   END SUBROUTINE mpi_wait 
    14081412 
     
    14121416      INTEGER, DIMENSION(MPI_STATUS_SIZE), INTENT(  out) :: status 
    14131417      INTEGER                            , INTENT(  out) :: ierror 
     1418      IF (.FALSE.) THEN   ! to avoid compilation warning 
     1419         status(:) = -1 
     1420         ierror = -1 
     1421      ENDIF 
    14141422   END SUBROUTINE mpi_waitall 
    14151423 
Note: See TracChangeset for help on using the changeset viewer.