From 095ece65e2aac43ed783a7b32ae9b8429528d13d Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Wed, 24 Apr 2024 08:07:48 -0600 Subject: [PATCH] F08/bigcount: update the json for alltoall Signed-off-by: Howard Pritchard --- ompi/mpi/fortran/use-mpi-f08/interface.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ompi/mpi/fortran/use-mpi-f08/interface.json b/ompi/mpi/fortran/use-mpi-f08/interface.json index cf7ab904487..330da0cb706 100644 --- a/ompi/mpi/fortran/use-mpi-f08/interface.json +++ b/ompi/mpi/fortran/use-mpi-f08/interface.json @@ -12,7 +12,7 @@ } }, { - "type": "INT", + "type": "COUNT", "name": "sendcount" }, { @@ -29,7 +29,7 @@ } }, { - "type": "INT", + "type": "COUNT", "name": "recvcount" }, { @@ -369,4 +369,4 @@ } ] } -] \ No newline at end of file +]