Merge pull request #4681 from nathanweeks/issue/f08_mpi_errcodes_ignore
Fix type of mpi_f08 MPI_ERRCODES_IGNORE
Этот коммит содержится в:
Коммит
1c5664fdec
@ -90,7 +90,7 @@ $fortran->{argvs_null} = {
|
|||||||
$fortran->{errcodes_ignore} = {
|
$fortran->{errcodes_ignore} = {
|
||||||
c_type => "int *",
|
c_type => "int *",
|
||||||
c_name => "mpi_fortran_errcodes_ignore",
|
c_name => "mpi_fortran_errcodes_ignore",
|
||||||
f_type => "integer",
|
f_type => "integer, dimension(1)",
|
||||||
f_name => "MPI_ERRCODES_IGNORE",
|
f_name => "MPI_ERRCODES_IGNORE",
|
||||||
};
|
};
|
||||||
$fortran->{status_ignore} = {
|
$fortran->{status_ignore} = {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user