Skip to content

Commit 82b25b7

Browse files
authored
Merge pull request #4696 from jsquyres/pr/v3.1.x/f08-errcodes-ignore-fix
v3.1.x: Fix type of mpi_f08 MPI_ERRCODES_IGNORE
2 parents c089e28 + aebb3f4 commit 82b25b7

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)