Ignore:
Timestamp:
Apr 8, 2024, 4:22:12 PM (6 weeks ago)
Author:
Laurent Fairhead
Message:

Forgot to replace some #ifdef CPP_MPI in r4600
AB/LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/surf_land_orchidee_nofrein_mod.F90

    r4600 r4894  
    547547      ENDIF
    548548   
    549       CALL MPI_COMM_SPLIT(COMM_LMDZ_PHY,color,mpi_rank,orch_comm,ierr)
     549     IF (using_mpi) THEN
     550       CALL MPI_COMM_SPLIT(COMM_LMDZ_PHY,color,mpi_rank,orch_comm,ierr)
     551     ENDIF
    550552   
    551553    ENDIF
Note: See TracChangeset for help on using the changeset viewer.