Skip to content

Commit 33cde6c

Browse files
authored
Merge pull request #4694 from jsquyres/pr/v2.1.x/f08-errcodes-ignore-fix
v2.1.x: Fix type of mpi_f08 MPI_ERRCODES_IGNORE
2 parents 274b448 + dda7aa1 commit 33cde6c

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)