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.
info
1 parent 9bf9381 commit d5e1f40Copy full SHA for d5e1f40
ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h
@@ -3379,7 +3379,7 @@ subroutine MPI_Dist_graph_create(comm_old, n, sources, degrees, destinations, &
3379
integer, dimension(n), intent(in) :: degrees
3380
integer, dimension(n), intent(in) :: destinations
3381
integer, dimension(n), intent(in) :: weights
3382
- logical, intent(in) :: info
+ integer, intent(in) :: info
3383
logical, intent(in) :: reorder
3384
integer, intent(out) :: comm_dist_graph
3385
integer, intent(out) :: ierror
@@ -3400,7 +3400,7 @@ subroutine MPI_Dist_graph_create_adjacent(comm_old, indegree, sources, sourcewei
3400
integer, intent(in) :: outdegree
3401
integer, dimension(outdegree), intent(in) :: destinations
3402
integer, dimension(outdegree), intent(in) :: destweights
3403
3404
3405
3406
0 commit comments