Skip to content

Commit dda7aa1

Browse files
nathanweeksjsquyres
authored andcommitted
Fix type of mpi_f08 MPI_ERRCODES_IGNORE
Signed-off-by: Nathan T. Weeks <[email protected]> (cherry picked from commit 3158d2c)
1 parent 0b0fedf commit dda7aa1

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)