Home
last modified time | relevance | path

Searched refs:MPI_TYPECLASS_COMPLEX (Results 1 – 25 of 38) sorted by relevance

12

/dports/net/mpich2/mpich2-1.5/test/mpi/datatype/
H A Dtmatchsize.c140 err = MPI_Type_match_size( MPI_TYPECLASS_COMPLEX, 2*sizeof(float), &newtype ); in main()
156 err = MPI_Type_match_size( MPI_TYPECLASS_COMPLEX, 2*sizeof(double), &newtype ); in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/datatype/
H A Dtmatchsize.c130 err = MPI_Type_match_size(MPI_TYPECLASS_COMPLEX, 2 * sizeof(float), &newtype); in main()
144 err = MPI_Type_match_size(MPI_TYPECLASS_COMPLEX, 2 * sizeof(double), &newtype); in main()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Dtype_match_size.c56 case MPI_TYPECLASS_COMPLEX: in MPI_Type_match_size()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Dtype_match_size.c56 case MPI_TYPECLASS_COMPLEX: in MPI_Type_match_size()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/mpif-h/
H A Dtype_match_size_f.c97 case MPI_TYPECLASS_COMPLEX: in ompi_type_match_size_f()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/mpif-h/
H A Dtype_match_size_f.c97 case MPI_TYPECLASS_COMPLEX: in ompi_type_match_size_f()
/dports/net/mpich2/mpich2-1.5/src/mpi/datatype/
H A Dtype_match_size.c143 case MPI_TYPECLASS_COMPLEX: in MPI_Type_match_size()
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/
H A Dtype_match_size.c148 case MPI_TYPECLASS_COMPLEX: in MPI_Type_match_size()
/dports/net/openmpi3/openmpi-3.1.6/ompi/include/
H A Dmpif-constants.h144 integer MPI_TYPECLASS_COMPLEX
308 parameter (MPI_TYPECLASS_COMPLEX=3)
H A Dmpif-values.pl256 $constants->{MPI_TYPECLASS_COMPLEX} = 3;
/dports/net/openmpi/openmpi-4.1.1/ompi/include/
H A Dmpif-constants.h144 integer MPI_TYPECLASS_COMPLEX
308 parameter (MPI_TYPECLASS_COMPLEX=3)
H A Dmpif-values.pl256 $constants->{MPI_TYPECLASS_COMPLEX} = 3;
/dports/net/mpich2/mpich2-1.5/src/binding/f77/
H A Dmpif.h.in426 INTEGER MPI_TYPECLASS_COMPLEX
427 PARAMETER (MPI_TYPECLASS_COMPLEX=3)
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/mpif_h/
H A Dmpif.h.in465 INTEGER MPI_TYPECLASS_COMPLEX
466 PARAMETER (MPI_TYPECLASS_COMPLEX=3)
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/cxx/
H A Dconstants.h106 static const int TYPECLASS_COMPLEX = MPI_TYPECLASS_COMPLEX;
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/cxx/
H A Dconstants.h106 static const int TYPECLASS_COMPLEX = MPI_TYPECLASS_COMPLEX;
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/
H A Dmpi_f08_compile_constants.f90.in286 integer, parameter :: MPI_TYPECLASS_COMPLEX = 3 variable
/dports/net/mpich2/mpich2-1.5/src/binding/cxx/
H A Dinitcxx.cxx213 const int TYPECLASS_COMPLEX= MPI_TYPECLASS_COMPLEX;
/dports/net/mpich/mpich-3.4.3/src/binding/cxx/
H A Dinitcxx.cxx215 const int TYPECLASS_COMPLEX= MPI_TYPECLASS_COMPLEX;
/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/
H A Dmissing.h657 #undef MPI_TYPECLASS_COMPLEX
658 #define MPI_TYPECLASS_COMPLEX (MPI_UNDEFINED) macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/include/mpi4py/
H A Dmpi.pxi178 enum: MPI_TYPECLASS_COMPLEX #:= MPI_UNDEFINED
/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DDatatype.pyx13 TYPECLASS_COMPLEX = MPI_TYPECLASS_COMPLEX
/dports/math/vtk9/VTK-9.1.0/ThirdParty/mpi4py/vtkmpi4py/src/lib-mpi/
H A Dmissing.h743 #undef MPI_TYPECLASS_COMPLEX
744 #define MPI_TYPECLASS_COMPLEX (MPI_UNDEFINED) macro
/dports/net/py-mpi4py/mpi4py-3.1.3/src/lib-mpi/
H A Dmissing.h743 #undef MPI_TYPECLASS_COMPLEX
744 #define MPI_TYPECLASS_COMPLEX (MPI_UNDEFINED) macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/lib-mpi/
H A Dmissing.h743 #undef MPI_TYPECLASS_COMPLEX
744 #define MPI_TYPECLASS_COMPLEX (MPI_UNDEFINED) macro

12