mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-09 15:17:56 -05:00
mpi datatype adjustment for gfortran
This commit is contained in:
@@ -86,7 +86,7 @@ module gamCouple_mpi_G2V
|
|||||||
|
|
||||||
! initialize F08 MPI objects
|
! initialize F08 MPI objects
|
||||||
App%couplingComm = MPI_COMM_NULL
|
App%couplingComm = MPI_COMM_NULL
|
||||||
App%zeroArraytypes = (/ MPI_DATATYPE_NULL /)
|
App%zeroArraytypes(:) = (/ MPI_INTEGER /) ! = (/ MPI_DATATYPE_NULL /)
|
||||||
|
|
||||||
! split voltron helpers off of the communicator
|
! split voltron helpers off of the communicator
|
||||||
! split couplingPoolComm into a communicator with only the non-helper voltron rank
|
! split couplingPoolComm into a communicator with only the non-helper voltron rank
|
||||||
|
|||||||
Reference in New Issue
Block a user