TreeMig Code
Loading...
Searching...
No Matches
MPI_Types.f90
Go to the documentation of this file.
1!==============================================================================
2!
3! Name : MPI_Types
4!
5! Remarks: contains the module
6!
7! TMMPITypes (<StartTreeMig AND/OR <TimeLoop<TreeMig<StartTreeMig)
8!
9!==============================================================================
10! design : H. Lischke, N. Zimmermann
11! author(s) : H. Lischke, N. Zimmermann
12! implementation : H. Lischke, N. Zimmermann
13! cleaner : T.J. Loeffler
14! copyright : (c) 1999, 03 by H. Lischke
15!==============================================================================
16!=====================================================================
23!===============================================================
24
26 ! use mpi
27 IMPLICIT NONE
28 INTEGER :: master, numprocs
32 ! fuer selbstgebaute MPI-Struktur-Typen, analog zu mystruct; werden in MakeTMMPIDataTypes erst richtig konstruiert
33 INTEGER blockcounts(0:20), extent, oldtypes(0:20)
34 INTEGER offsets(0:20)
35end module tmmpitypes
36
TMMPITypes
Definition MPI_Types.f90:25
integer mpilocalbioweather
Definition MPI_Types.f90:29
integer mpiseedcspec
Definition MPI_Types.f90:29
integer mpicurrstateincell
Definition MPI_Types.f90:29
integer, dimension(0:20) offsets
Definition MPI_Types.f90:34
integer mpiseedc
Definition MPI_Types.f90:29
integer mpiimmigrationdata
Definition MPI_Types.f90:29
integer mpiyearcharacteristics
Definition MPI_Types.f90:29
integer extent
Definition MPI_Types.f90:33
integer mpispecstate
Definition MPI_Types.f90:29
integer, dimension(0:20) blockcounts
Definition MPI_Types.f90:33
integer mpiidata
Definition MPI_Types.f90:29
integer numprocs
Definition MPI_Types.f90:28
integer mpispecstatesincell
Definition MPI_Types.f90:29
integer master
Definition MPI_Types.f90:28
integer mpioutputline
Definition MPI_Types.f90:29
integer, dimension(0:20) oldtypes
Definition MPI_Types.f90:33
integer mpispecproperties
Definition MPI_Types.f90:29
integer mpispecpropertiesincl
Definition MPI_Types.f90:29
integer mpicurrenvincell
Definition MPI_Types.f90:29