Fix MPI_CART_GET to take an array of logicals for the periods argument
(not integers) This commit was SVN r19099.
Этот коммит содержится в:
родитель
a62b2a0150
Коммит
5ac6a4387c
@ -1120,7 +1120,7 @@ subroutine ${procedure}(comm, maxdims, dims, periods, coords&
|
||||
integer, intent(in) :: comm
|
||||
integer, intent(in) :: maxdims
|
||||
integer, dimension(*), intent(out) :: dims
|
||||
integer, dimension(*), intent(out) :: periods
|
||||
logical, dimension(*), intent(out) :: periods
|
||||
integer, dimension(*), intent(out) :: coords
|
||||
integer, intent(out) :: ierr
|
||||
end subroutine ${procedure}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user