Home
last modified time | relevance | path

Searched refs:sendsiz (Results 1 – 3 of 3) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/FFTXlib/
H A Dfft_scatter_2d_gpu.f90151 …istat = cudaMemcpyAsync( f_in_d( (me-1)*sendsiz + 1), f_aux_d((me-1)*sendsiz + 1), sendsiz, stream…
163 f_in_d(1:sendsiz*dfft%nproc) = f_in(1:sendsiz*dfft%nproc)
279 f_in(1:sendsiz*dfft%nproc) = f_in_d(1:sendsiz*dfft%nproc)
309 …istat = cudaMemcpyAsync( f_aux_d( (me-1)*sendsiz + 1), f_in_d((me-1)*sendsiz + 1), sendsiz, stream…
473 …istat = cudaMemcpyAsync( f_in_d( (me-1)*sendsiz + 1), f_aux_d((me-1)*sendsiz + 1), sendsiz, stream…
476 f_in((me-1)*sendsiz + 1 : me*sendsiz) = f_aux((me-1)*sendsiz + 1 : me*sendsiz)
486 f_in_d(1:sendsiz*dfft%nproc) = f_in(1:sendsiz*dfft%nproc)
606 f_in(1:sendsiz*dfft%nproc) = f_in_d(1:sendsiz*dfft%nproc)
648 f_aux( (me-1)*sendsiz + 1:me*sendsiz) = f_in((me-1)*sendsiz + 1:me*sendsiz)
884 …CALL ipc_send( f_aux_d((dest)*sendsiz + 1), sendsiz, f_aux2_d((me-1)*sendsiz + 1), 1, dest, gcomm,…
[all …]
H A Dfft_scatter_2d.f9076 INTEGER :: me_p, nppx, mc, j, npp, nnp, ii, it, ip, ioff, sendsiz, ncpx, ipp, nsiz local
93 sendsiz = ncpx * nppx
108 kdest = ( proc - 1 ) * sendsiz
123 …CALL mpi_alltoall (f_aux(1), sendsiz, MPI_DOUBLE_COMPLEX, f_in(1), sendsiz, MPI_DOUBLE_COMPLEX, df…
135 it = ( ip - 1 ) * sendsiz
160 it = ii * nppx + ( ip - 1 ) * sendsiz
182 it = ( ip - 1 ) * sendsiz
208 it = ii * nppx + ( gproc - 1 ) * sendsiz
226 …CALL mpi_alltoall (f_in(1), sendsiz, MPI_DOUBLE_COMPLEX, f_aux(1), sendsiz, MPI_DOUBLE_COMPLEX, df…
238 kdest = ( proc - 1 ) * sendsiz
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/dense/mpi/
H A Dmpidense.c2711 PetscMPIInt rank,size, sendsiz, recvsiz, sendto, recvfrom, recvisfrom; in MatMatTransposeMultNumeric_MPIDense_MPIDense_Cyclic() local
2764 sendsiz = cK * bn; in MatMatTransposeMultNumeric_MPIDense_MPIDense_Cyclic()
2767 … ierr = MPI_Isend(sendbuf, sendsiz, MPIU_SCALAR, sendto, abt->tag, comm, &reqs[0]);CHKERRQ(ierr); in MatMatTransposeMultNumeric_MPIDense_MPIDense_Cyclic()