Skip to content

Commit 3158d2c

Browse files
committed
Fix type of mpi_f08 MPI_ERRCODES_IGNORE
Signed-off-by: Nathan T. Weeks <[email protected]>
1 parent ef38ca5 commit 3158d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/fortran/base/gen-mpi-mangling.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
$fortran->{errcodes_ignore} = {
9191
c_type => "int *",
9292
c_name => "mpi_fortran_errcodes_ignore",
93-
f_type => "integer",
93+
f_type => "integer, dimension(1)",
9494
f_name => "MPI_ERRCODES_IGNORE",
9595
};
9696
$fortran->{status_ignore} = {

0 commit comments

Comments
 (0)