Skip to content

Commit 1c5664f

Browse files
authored
Merge pull request #4681 from nathanweeks/issue/f08_mpi_errcodes_ignore
Fix type of mpi_f08 MPI_ERRCODES_IGNORE
2 parents c1b1bfc + 3158d2c commit 1c5664f

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)