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 2731 for trunk/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modtypes.F – NEMO

Ignore:
Timestamp:
2011-04-08T14:05:35+02:00 (13 years ago)
Author:
rblod
Message:

Changes for Agrif in MPI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modtypes.F

    r2715 r2731  
    3636C     Maximum number of grids of the hierarchy 
    3737      INTEGER, PARAMETER :: Agrif_NbMaxGrids = 10 
    38                    
     38C     MPI Communicator 
     39      INTEGER :: MPI_COMM_AGRIF 
    3940C 
    4041C     ************************************************************************** 
     
    422423      INTEGER :: Agrif_Nbprocs  ! Number of processors 
    423424      INTEGER :: Agrif_ProcRank ! Rank of the current processor  
    424       INTEGER :: Agrif_Group    ! Group associated to MPI_COMM_WORLD 
     425      INTEGER :: Agrif_Group    ! Group associated to MPI_COMM_AGRIF 
    425426      INTEGER :: Agrif_MPIPREC 
    426427#endif 
Note: See TracChangeset for help on using the changeset viewer.