Home
last modified time | relevance | path

Searched refs:MPI_Igather (Results 1 – 25 of 52) sorted by relevance

123

/dports/net/mpich/mpich-3.4.3/src/mpi/coll/igather/
H A Digather.c70 #pragma weak MPI_Igather = PMPI_Igather macro
72 #pragma _HP_SECONDARY_DEF PMPI_Igather MPI_Igather
74 #pragma _CRI duplicate MPI_Igather as PMPI_Igather
76 int MPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf,
86 #undef MPI_Igather
87 #define MPI_Igather PMPI_Igather macro
351 int MPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, in MPI_Igather() function
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Digather.c38 #pragma weak MPI_Igather = PMPI_Igather macro
40 #define MPI_Igather PMPI_Igather macro
46 int MPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, in MPI_Igather() function
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Digather.c40 #pragma weak MPI_Igather = PMPI_Igather macro
42 #define MPI_Igather PMPI_Igather macro
48 int MPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype, in MPI_Igather() function
/dports/net/mpich/mpich-3.4.3/test/mpi/coll/
H A Dnonblocking.c83 MPI_Igather(sbuf, NUM_INTS, MPI_INT, rbuf, NUM_INTS, MPI_INT, 0, comm, &req); in main()
87 MPI_Igather(MPI_IN_PLACE, -1, MPI_DATATYPE_NULL, rbuf, NUM_INTS, MPI_INT, 0, comm, &req); in main()
89 MPI_Igather(sbuf, NUM_INTS, MPI_INT, rbuf, NUM_INTS, MPI_INT, 0, comm, &req); in main()
H A Dnonblocking2.c206 MPI_Igather(buf, COUNT, MPI_INT, recvbuf, COUNT, MPI_INT, root, MPI_COMM_WORLD, &req); in test_icoll_with_root()
229 MPI_Igather(buf, COUNT, MPI_INT, recvbuf, COUNT, type, root, MPI_COMM_WORLD, &req); in test_icoll_with_root()
H A Dnonblocking3.c243 MPI_Igather(buf, COUNT, MPI_INT, recvbuf, COUNT, MPI_INT, 0, comm, req); in start_random_nonblocking()
254 MPI_Igather(buf, COUNT, MPI_INT, recvbuf, COUNT, type, 0, comm, req); in start_random_nonblocking()
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_c/
H A Digather_cdesc.c41 err = MPI_Igather(buf0, count0, dtype0, buf3, count3, dtype3, x6, x7, x8); in MPIR_Igather_cdesc()
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/mpif_h/
H A Digatherf.c247 #undef MPI_Igather
248 #define MPI_Igather PMPI_Igather macro
275 …*ierr = MPI_Igather( v1, (int)*v2, (MPI_Datatype)(*v3), v4, (int)*v5, (MPI_Datatype)(*v6), (int)*v… in mpi_igather_()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/
H A Dcommunication_mode.hpp63 int operator()(Args&&... args) const{return MPI_Igather(std::forward<Args>(args)...);} in operator ()()
/dports/net/mpich/mpich-3.4.3/test/mpi/f77/coll/
H A Dnonblockingf.f47 call MPI_Igather(sbuf, NUM_INTS, MPI_INTEGER,
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/coll/
H A Dnonblockingf90.f9047 call MPI_Igather(sbuf, NUM_INTS, MPI_INTEGER, &
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/coll/
H A Dnonblockingf08.f9050 call MPI_Igather(sbuf, NUM_INTS, MPI_INTEGER, &
/dports/math/vtk9/VTK-9.1.0/ThirdParty/mpi4py/vtkmpi4py/src/lib-mpi/config/
H A Dmpich2.h97 #define MPI_Igather MPIX_Igather macro
/dports/net/py-mpi4py/mpi4py-3.1.3/src/lib-mpi/config/
H A Dmpich2.h98 #define MPI_Igather MPIX_Igather macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/lib-mpi/config/
H A Dmpich2.h97 #define MPI_Igather MPIX_Igather macro
/dports/net/mpich/mpich-3.4.3/test/mpi/errors/coll/
H A Dnoalias3.c80 MPI_Igather(sbuf, NUM_INTS, MPI_INT, sbuf, NUM_INTS, MPI_INT, 0, comm, &req)) in main()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dsfimpl.h127 #define MPIU_Igather(a,b,c,d,e,f,g,h,req) MPI_Igather(a,b,c,d,e,f,g,h,req)
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetsclog.h608 #define MPI_Igather(sendbuf,sendcount,sendtype,recvbuf,recvcount,recvtype,root,comm,request) \ macro
609 …++,0) || PetscMPITypeSize((sendcount),(sendtype),(&petsc_send_len)) || MPI_Igather((sendbuf),(send…
/dports/net/mpich/mpich-3.4.3/test/mpi/include/
H A Dmpicolltest.h51 mpi_errno = MPI_Igather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, in MTest_Gather()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/parallel/
H A Dmpicommunication.hh316 MPI_Igather(mpidata_in.ptr(), mpidata_in.size(), mpidata_in.type(), in igather()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/man/man3/
H A DMakefile.extra175 mpi/man/man3/MPI_Igather.3 \
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/man/man3/
H A DMakefile.extra175 mpi/man/man3/MPI_Igather.3 \
/dports/science/PETSc/petsc-3.14.1/config/BuildSystem/config/packages/
H A DMPI.py393 if (MPI_Igather(&send,1,MPI_INT,&recv,1,MPI_INT,0,MPI_COMM_WORLD,&req));\n \
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/fake/
H A Dmpi.h1606 int MPI_Igather( // Gathers together values from a group of processes in MPI_Igather() function
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/imports/
H A Dmpi.cpp1303 ( MPI_Igather in IGather()
1316 ( MPI_Igather in IGather()
1322 ( MPI_Igather in IGather()

123