Home
last modified time | relevance | path

Searched defs:MPI_Ssend (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Dssend.c36 #pragma weak MPI_Ssend = PMPI_Ssend macro
38 #define MPI_Ssend PMPI_Ssend macro
44 int MPI_Ssend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm) in MPI_Ssend() function
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Dssend.c37 #pragma weak MPI_Ssend = PMPI_Ssend macro
39 #define MPI_Ssend PMPI_Ssend macro
45 int MPI_Ssend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm) in MPI_Ssend() function
/dports/net/mpich/mpich-3.4.3/src/mpi/pt2pt/
H A Dssend.c10 #pragma weak MPI_Ssend = PMPI_Ssend macro
25 #define MPI_Ssend PMPI_Ssend macro
52 int MPI_Ssend(const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) in MPI_Ssend() function
/dports/net/mpich2/mpich2-1.5/src/mpi/pt2pt/
H A Dssend.c12 #pragma weak MPI_Ssend = PMPI_Ssend macro
24 #define MPI_Ssend PMPI_Ssend macro
54 int MPI_Ssend(MPICH2_CONST void *buf, int count, MPI_Datatype datatype, int dest, int tag, in MPI_Ssend() function
/dports/net/mpich2/mpich2-1.5/src/binding/f77/
H A Dssendf.c169 #define MPI_Ssend PMPI_Ssend macro
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/mpif_h/
H A Dssendf.c248 #define MPI_Ssend PMPI_Ssend macro
/dports/science/PETSc/petsc-3.14.1/include/petsc/mpiuni/
H A Dmpiunifdef.h52 #define MPI_Ssend PETSC_MPI_SSEND macro
H A Dmpi.h403 #define MPI_Ssend(buf,count,datatype,dest,tag,comm) \ macro
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/adio/include/
H A Dmpipr.h224 #define MPI_Ssend PMPI_Ssend macro
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/include/
H A Dmpipr.h227 #define MPI_Ssend PMPI_Ssend macro
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/include/
H A Dmpipr.h224 #define MPI_Ssend PMPI_Ssend macro
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/adio/include/
H A Dmpipr.h224 #define MPI_Ssend PMPI_Ssend macro
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/wrappers/src/
H A Dmpe_prof.c389 int MPI_Ssend( buf, count, datatype, dest, tag, comm ) in MPI_Ssend() function
H A Dtrace_mpi_core.c2063 int MPI_Ssend( buf, count, datatype, dest, tag, comm ) in MPI_Ssend() function
H A Dlog_mpi_core.c5169 int MPI_Ssend( buf, count, datatype, dest, tag, comm ) in MPI_Ssend() function
/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Dstubmpi.h164 inline int MPI_Ssend(void*, int, MPI_Datatype, int, int, MPI_Comm) { return MPI_ERR_COMM; } in MPI_Ssend() function
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/logging/include/
H A Dmpiprof.h122 #define MPI_Ssend PMPI_Ssend macro
/dports/math/form/form-4.2.1/sources/
H A Dmpidbg.h216 #define MPI_Ssend(...) MPIDBG_Ssend(__VA_ARGS__, __FILE__, __LINE__, __func__) macro
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/src/
H A Dvisual_mess.c827 int MPI_Ssend( buf, count, datatype, dest, tag, comm ) in MPI_Ssend() function
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/fake/
H A Dmpi.h341 int MPI_Ssend( in MPI_Ssend() function
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/mod/
H A Dmpi-f08-interfaces.F90381 interface MPI_Ssend interface
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/mod/
H A Dmpi-f08-interfaces.F90381 interface MPI_Ssend interface
/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/
H A Dmissing.h1319 #define MPI_Ssend(a1,a2,a3,a4,a5,a6) PyMPI_UNAVAILABLE("MPI_Ssend",a1,a2,a3,a4,a5,a6) macro
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/
H A Dmpi_f08.f90294 interface MPI_Ssend interface
/dports/math/vtk9/VTK-9.1.0/ThirdParty/mpi4py/vtkmpi4py/src/lib-mpi/
H A Dmissing.h1415 #define MPI_Ssend(a1,a2,a3,a4,a5,a6) PyMPI_UNAVAILABLE("MPI_Ssend",a1,a2,a3,a4,a5,a6) macro

12