Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(out), | device, dimension(:, :, :) | :: | du | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | u | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | u_recv_s | ||
real(kind=dp), | intent(in), | device, dimension(:, :, :) | :: | u_recv_e | ||
real(kind=dp), | intent(out), | device, dimension(:, :, :) | :: | du_send_s | ||
real(kind=dp), | intent(out), | device, dimension(:, :, :) | :: | du_send_e | ||
real(kind=dp), | intent(out), | device, dimension(:, :, :) | :: | du_recv_s | ||
real(kind=dp), | intent(out), | device, dimension(:, :, :) | :: | du_recv_e | ||
type(cuda_tdsops_t), | intent(in) | :: | tdsops | |||
integer, | intent(in) | :: | nproc | |||
integer, | intent(in) | :: | pprev | |||
integer, | intent(in) | :: | pnext | |||
type(dim3), | intent(in) | :: | blocks | |||
type(dim3), | intent(in) | :: | threads |