From 32aed4838754679e02ca5be23e2d80b353f4dd65 Mon Sep 17 00:00:00 2001 From: Jeffrey Garretson Date: Thu, 16 Oct 2025 15:03:52 -0600 Subject: [PATCH] mpi datatype adjustment for gfortran --- src/voltron/mpi/modelInterfaces/gamCouple_mpi_G2V.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/voltron/mpi/modelInterfaces/gamCouple_mpi_G2V.F90 b/src/voltron/mpi/modelInterfaces/gamCouple_mpi_G2V.F90 index 1be0767d..a1f5338e 100644 --- a/src/voltron/mpi/modelInterfaces/gamCouple_mpi_G2V.F90 +++ b/src/voltron/mpi/modelInterfaces/gamCouple_mpi_G2V.F90 @@ -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