mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-08 22:58:05 -05:00
mpi datatype adjustment for gfortran
This commit is contained in:
@@ -86,7 +86,7 @@ module gamCouple_mpi_G2V
|
||||
|
||||
! initialize F08 MPI objects
|
||||
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 couplingPoolComm into a communicator with only the non-helper voltron rank
|
||||
|
||||
Reference in New Issue
Block a user