Home
last modified time | relevance | path

Searched refs:N_local (Results 1 – 4 of 4) sorted by relevance

/dports/science/octopus/octopus-10.5/src/math/
H A Dpnfft.F9072 integer(C_INTPTR_T) :: N_local(3) !> Number of Fourier coefficients component
298 pnfft%N_local(1:3) = local_N(1:3)
300 pnfft%M(1) = pnfft%N_local(2)
301 pnfft%M(2) = pnfft%N_local(3)
302 pnfft%M(3) = pnfft%N_local(1)
359 write(6,*) mpi_world%rank, "pnfft%N_local ", pnfft%N_local
/dports/math/combblas/CombBLAS_beta_16_2/usort/src/
H A Dmain.cpp121 int N_local=in_.size()*sizeof(T); in verify() local
124 MPI_Gather(&N_local , 1, MPI_INT, in verify()
129 MPI_Gatherv((char*)&in_[0], N_local, MPI_BYTE, in verify()
135 int N_local=out_.size()*sizeof(T); in verify() local
138 MPI_Gather(&N_local , 1, MPI_INT, in verify()
143 MPI_Gatherv((char*)&out_[0], N_local, MPI_BYTE, in verify()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/parallel/
H A DcvsAtmDisp_ASAi_kry_bbd_p.c640 static void f_comm(sunindextype N_local, realtype t, N_Vector y, void *user_data) in f_comm() argument
/dports/math/sundials/sundials-5.7.0/examples/cvodes/parallel/
H A DcvsAtmDisp_ASAi_kry_bbd_p.c640 static void f_comm(sunindextype N_local, realtype t, N_Vector y, void *user_data) in f_comm() argument