We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 274b448 + dda7aa1 commit 33cde6cCopy full SHA for 33cde6c
ompi/mpi/fortran/base/gen-mpi-mangling.pl
@@ -90,7 +90,7 @@
90
$fortran->{errcodes_ignore} = {
91
c_type => "int *",
92
c_name => "mpi_fortran_errcodes_ignore",
93
- f_type => "integer",
+ f_type => "integer, dimension(1)",
94
f_name => "MPI_ERRCODES_IGNORE",
95
};
96
$fortran->{status_ignore} = {
0 commit comments