Home
last modified time | relevance | path

Searched refs:MPI_MESSAGE_NO_PROC (Results 1 – 25 of 40) sorted by relevance

12

/dports/net/mpich/mpich-3.4.3/test/mpi/f77/pt2pt/
H A Dmprobef.f362 if (msg .ne. MPI_MESSAGE_NO_PROC) then
436 if (msg .ne. MPI_MESSAGE_NO_PROC) then
526 if (msg .ne. MPI_MESSAGE_NO_PROC) then
605 if (msg .ne. MPI_MESSAGE_NO_PROC) then
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/pt2pt/
H A Dmprobef90.f90362 if (msg .ne. MPI_MESSAGE_NO_PROC) then
436 if (msg .ne. MPI_MESSAGE_NO_PROC) then
526 if (msg .ne. MPI_MESSAGE_NO_PROC) then
605 if (msg .ne. MPI_MESSAGE_NO_PROC) then
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/pt2pt/
H A Dmprobef08.f90344 if (msg .ne. MPI_MESSAGE_NO_PROC) then
414 if (msg .ne. MPI_MESSAGE_NO_PROC) then
500 if (msg .ne. MPI_MESSAGE_NO_PROC) then
575 if (msg .ne. MPI_MESSAGE_NO_PROC) then
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DMessage.pyx71 if message == MPI_MESSAGE_NO_PROC:
87 if message == MPI_MESSAGE_NO_PROC:
162 cdef Message __MESSAGE_NO_PROC__ = new_Message ( MPI_MESSAGE_NO_PROC )
H A Dmsgpickle.pxi525 if message[0] == MPI_MESSAGE_NO_PROC: return None
539 if flag[0] == 0 or message[0] == MPI_MESSAGE_NO_PROC: return None
550 if message[0] == MPI_MESSAGE_NO_PROC:
568 if message[0] == MPI_MESSAGE_NO_PROC:
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/MPI/
H A DMessage.pyx85 if message == MPI_MESSAGE_NO_PROC:
101 if message == MPI_MESSAGE_NO_PROC:
185 cdef Message __MESSAGE_NO_PROC__ = new_Message ( MPI_MESSAGE_NO_PROC )
H A Dmsgpickle.pxi632 if message[0] == MPI_MESSAGE_NO_PROC: return None
646 if flag[0] == 0 or message[0] == MPI_MESSAGE_NO_PROC: return None
657 if message[0] == MPI_MESSAGE_NO_PROC:
675 if message[0] == MPI_MESSAGE_NO_PROC:
/dports/net/mpich/mpich-3.4.3/src/mpi/pt2pt/
H A Dmprobe.c92 *message = MPI_MESSAGE_NO_PROC; in MPI_Mprobe()
H A Dimprobe.c97 *message = MPI_MESSAGE_NO_PROC; in MPI_Improbe()
H A Dimrecv.c95 if (*message != MPI_MESSAGE_NO_PROC) { in MPI_Imrecv()
H A Dmrecv.c94 if (*message != MPI_MESSAGE_NO_PROC) { in MPI_Mrecv()
/dports/net/openmpi3/openmpi-3.1.6/ompi/include/
H A Dmpif-handles.h100 integer MPI_MESSAGE_NO_PROC
206 parameter (MPI_MESSAGE_NO_PROC=1)
H A Dmpif-values.pl199 $handles->{MPI_MESSAGE_NO_PROC} = 1;
/dports/net/openmpi/openmpi-4.1.1/ompi/include/
H A Dmpif-handles.h100 integer MPI_MESSAGE_NO_PROC
206 parameter (MPI_MESSAGE_NO_PROC=1)
H A Dmpif-values.pl199 $handles->{MPI_MESSAGE_NO_PROC} = 1;
/dports/net/mpich/mpich-3.4.3/test/mpi/pt2pt/
H A Dmprobe.c219 check(msg == MPI_MESSAGE_NO_PROC); in main()
254 check(msg == MPI_MESSAGE_NO_PROC); in main()
292 check(msg == MPI_MESSAGE_NO_PROC); in main()
327 check(msg == MPI_MESSAGE_NO_PROC); in main()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/c/
H A Dmpi_Message.c34 ompi_java_setStaticLongField(e, c, "NO_PROC", (jlong)MPI_MESSAGE_NO_PROC); in Java_mpi_Message_init()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/c/
H A Dmpi_Message.c34 ompi_java_setStaticLongField(e, c, "NO_PROC", (jlong)MPI_MESSAGE_NO_PROC); in Java_mpi_Message_init()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/mpi4py/vtkmpi4py/src/lib-mpi/config/
H A Dmpich2.h70 #define MPI_MESSAGE_NO_PROC MPIX_MESSAGE_NO_PROC macro
/dports/net/py-mpi4py/mpi4py-3.1.3/src/lib-mpi/config/
H A Dmpich2.h71 #define MPI_MESSAGE_NO_PROC MPIX_MESSAGE_NO_PROC macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/lib-mpi/config/
H A Dmpich2.h70 #define MPI_MESSAGE_NO_PROC MPIX_MESSAGE_NO_PROC macro
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/mpif_h/
H A Dmpif.h.in481 INTEGER MPI_MESSAGE_NO_PROC
482 PARAMETER (MPI_MESSAGE_NO_PROC=1811939328)
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/mod/
H A Dmpi-f08-types.F9088 …PI_Message), bind(C, name="ompi_f08_mpi_message_no_proc") OMPI_PROTECTED :: MPI_MESSAGE_NO_PROC
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_request.h252 if (a == MPI_MESSAGE_NO_PROC) { \
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/mod/
H A Dmpi-f08-types.F9090 …type(MPI_Message), parameter :: MPI_MESSAGE_NO_PROC = MPI_Message(OMPI_MPI_MESSAGE_NO_P… variable

12