Home
last modified time | relevance | path

Searched refs:MPI_Iallreduce (Results 1 – 25 of 66) sorted by relevance

123

/dports/net/mpich/mpich-3.4.3/test/mpi/comm/
H A Dcomm_idup_iallreduce.c55 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD, &sreq[1]); in main()
79 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD, &sreq[0]); in main()
84 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD, &sreq[0]); in main()
103 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, split, &sreq[0]); in main()
108 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, split, &sreq[0]); in main()
121 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD, &sreq[0]); in main()
143 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, ic, &sreq[0]); in main()
155 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, split, &sreq[0]); in main()
160 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, split, &sreq[0]); in main()
194 MPI_Iallreduce(&in, &out, 1, MPI_INT, MPI_SUM, merge, &sreq[0]); in main()
[all …]
H A Dcomm_idup_nb.c71 MPI_Iallreduce(&in[i], &out[i], 1, MPI_INT, MPI_SUM, test_comm, &sreq[i]); in main()
164 MPI_Iallreduce(&in[i], &out[i], 1, MPI_INT, MPI_SUM, test_comm, &sreq[i]); in main()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/net/mpi/
H A Dgroup.cpp340 return MPI_Iallreduce( in AllReducePlusInt()
349 return MPI_Iallreduce( in AllReduceMinimumInt()
358 return MPI_Iallreduce( in AllReduceMaximumInt()
393 return MPI_Iallreduce( in AllReducePlusUnsignedInt()
402 return MPI_Iallreduce( in AllReduceMinimumUnsignedInt()
411 return MPI_Iallreduce( in AllReduceMaximumUnsignedInt()
446 return MPI_Iallreduce( in AllReducePlusLong()
455 return MPI_Iallreduce( in AllReduceMinimumLong()
464 return MPI_Iallreduce( in AllReduceMaximumLong()
499 return MPI_Iallreduce( in AllReducePlusUnsignedLong()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Diallreduce.c38 #pragma weak MPI_Iallreduce = PMPI_Iallreduce macro
40 #define MPI_Iallreduce PMPI_Iallreduce macro
46 int MPI_Iallreduce(const void *sendbuf, void *recvbuf, int count, in MPI_Iallreduce() function
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Diallreduce.c40 #pragma weak MPI_Iallreduce = PMPI_Iallreduce macro
42 #define MPI_Iallreduce PMPI_Iallreduce macro
48 int MPI_Iallreduce(const void *sendbuf, void *recvbuf, int count, in MPI_Iallreduce() function
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iallreduce/
H A Diallreduce.c125 #pragma weak MPI_Iallreduce = PMPI_Iallreduce macro
127 #pragma _HP_SECONDARY_DEF PMPI_Iallreduce MPI_Iallreduce
129 #pragma _CRI duplicate MPI_Iallreduce as PMPI_Iallreduce
131 int MPI_Iallreduce(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
140 #undef MPI_Iallreduce
141 #define MPI_Iallreduce PMPI_Iallreduce macro
531 int MPI_Iallreduce(const void *sendbuf, void *recvbuf, int count, in MPI_Iallreduce() function
/dports/net/mpich/mpich-3.4.3/test/mpi/threads/comm/
H A Didup_nb.c83 MPI_Iallreduce(&rank, &ans[1], 1, MPI_INT, MPI_SUM, comms[0], &reqs[cnt++]); in test_intracomm()
154 MPI_Iallreduce(&rank, &ans[0], 1, MPI_INT, MPI_SUM, parentcomm, &reqs[cnt++]); in test_intercomm()
165 MPI_Iallreduce(&rank, &ans[1], 1, MPI_INT, MPI_SUM, comms[0], &reqs[cnt++]); in test_intercomm()
189 MPI_Iallreduce(&rank, &ans[3], 1, MPI_INT, MPI_SUM, nbrcomm, &reqs[cnt++]); in test_intercomm()
/dports/net/mpich/mpich-3.4.3/test/mpi/coll/
H A Diallred.c21 MPI_Iallreduce(&one, &isum, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD, &request); in main()
H A Dnonblocking.c162 MPI_Iallreduce(sbuf, rbuf, NUM_INTS, MPI_INT, MPI_SUM, comm, &req); in main()
165 MPI_Iallreduce(MPI_IN_PLACE, rbuf, NUM_INTS, MPI_INT, MPI_SUM, comm, &req); in main()
H A Dop_coll.c135 MPI_Iallreduce(buf, recvbuf, COUNT, MPI_INT, MPI_SUM, MPI_COMM_WORLD, &req); in test_op_coll_with_root()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/mpi/
H A Dcollectives.hpp238 MPI_Iallreduce(address(in), address(out), count(in), datatype(in), in iall_reduce()
246 DIY_UNSUPPORTED_MPI_CALL(MPI_Iallreduce); in iall_reduce()
255 MPI_Iallreduce(address(in), address(out), count(in), in iall_reduce()
264 DIY_UNSUPPORTED_MPI_CALL(MPI_Iallreduce); in iall_reduce()
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_c/
H A Diallreduce_cdesc.c34 err = MPI_Iallreduce(buf0, buf1, count1, dtype1, x4, x5, x6); in MPIR_Iallreduce_cdesc()
/dports/net/mpich/mpich-3.4.3/test/mpi/threads/coll/
H A Diallred.c43 MPI_Iallreduce(MPI_IN_PLACE, buf, BUF_SIZE, MPI_INT, MPI_BAND, comms[tid], &req); in test_iallred()
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/mpif_h/
H A Diallreducef.c247 #undef MPI_Iallreduce
248 #define MPI_Iallreduce PMPI_Iallreduce macro
275 …*ierr = MPI_Iallreduce( v1, v2, (int)*v3, (MPI_Datatype)(*v4), (MPI_Op)*v5, (MPI_Comm)(*v6), (MPI_… in mpi_iallreduce_()
/dports/net/mpich/mpich-3.4.3/test/mpi/f77/coll/
H A Dnonblockingf.f76 call MPI_Iallreduce(sbuf, rbuf, NUM_INTS, MPI_INTEGER,
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/coll/
H A Dnonblockingf90.f9076 call MPI_Iallreduce(sbuf, rbuf, NUM_INTS, MPI_INTEGER, &
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/coll/
H A Dnonblockingf08.f9079 call MPI_Iallreduce(sbuf, rbuf, NUM_INTS, MPI_INTEGER, &
/dports/math/vtk9/VTK-9.1.0/ThirdParty/mpi4py/vtkmpi4py/src/lib-mpi/config/
H A Dmpich2.h107 #define MPI_Iallreduce MPIX_Iallreduce macro
/dports/net/py-mpi4py/mpi4py-3.1.3/src/lib-mpi/config/
H A Dmpich2.h108 #define MPI_Iallreduce MPIX_Iallreduce macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/lib-mpi/config/
H A Dmpich2.h107 #define MPI_Iallreduce MPIX_Iallreduce macro
/dports/net/mpich/mpich-3.4.3/test/mpi/errors/coll/
H A Dnoalias3.c119 if (MPI_SUCCESS == MPI_Iallreduce(sbuf, sbuf, NUM_INTS, MPI_INT, MPI_SUM, comm, &req)) in main()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/parallel/
H A Dmpicommunication.hh432 MPI_Iallreduce(mpidata_in.ptr(), mpidata_out.ptr(), in iallreduce()
444 MPI_Iallreduce(MPI_IN_PLACE, mpidata.ptr(), in iallreduce()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/mpi/
H A Dcollectives.cpp128MPI_Iallreduce(dataIn, dataOut, count, mpi_cast(type.handle), mpi_cast(op.handle), mpi_cast(comm.h… in iall_reduce()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/guess/impls/pod/
H A Dpod.c264 …ierr = MPI_Iallreduce(pod->swork,pod->dots_iallreduce,pod->n,MPIU_SCALAR,MPIU_SUM,PetscObjectComm(… in KSPGuessUpdate_POD()
287 …ierr = MPI_Iallreduce(pod->swork,pod->dots_iallreduce,3*pod->n,MPIU_SCALAR,MPIU_SUM,PetscObjectCom… in KSPGuessUpdate_POD()
295 …ierr = MPI_Iallreduce(pod->swork,pod->dots_iallreduce,2*pod->n,MPIU_SCALAR,MPIU_SUM,PetscObjectCom… in KSPGuessUpdate_POD()
/dports/math/gismo/gismo-21.12.0/src/gsMpi/
H A DgsMpiComm.h1436 return MPI_Iallreduce(in, out, len, MPITraits<Type>::getType(), in iallreduce()
1444 return MPI_Iallreduce(MPI_IN_PLACE, inout, len, MPITraits<Type>::getType(), in iallreduce()

123