Home
last modified time | relevance | path

Searched refs:MPI_COMPLEX16 (Results 1 – 25 of 82) sorted by relevance

1234

/dports/science/PETSc/petsc-3.14.1/include/petsc/mpiuni/
H A Dmpif.h55 MPIUNI_FInt MPI_COMPLEX16
68 parameter (MPI_COMPLEX16=2097424)
/dports/net/mpich/mpich-3.4.3/test/mpi/f77/datatype/
H A Dtypenamef.f122 if (MPI_COMPLEX16 .ne. MPI_DATATYPE_NULL) then
123 call MPI_Type_get_name( MPI_COMPLEX16, name, namelen, ierr )
/dports/net/mpich/mpich-3.4.3/test/mpi/f08/datatype/
H A Dtypenamef08.f90123 if (MPI_COMPLEX16 .ne. MPI_DATATYPE_NULL) then
124 call MPI_Type_get_name( MPI_COMPLEX16, name, namelen, ierr )
/dports/net/mpich/mpich-3.4.3/test/mpi/f90/datatype/
H A Dtypenamef90.f90122 if (MPI_COMPLEX16 .ne. MPI_DATATYPE_NULL) then
123 call MPI_Type_get_name( MPI_COMPLEX16, name, namelen, ierr )
/dports/net/mpich2/mpich2-1.5/test/mpi/f77/datatype/
H A Dtypenamef.f138 if (MPI_COMPLEX16 .ne. MPI_DATATYPE_NULL) then
139 call MPI_Type_get_name( MPI_COMPLEX16, name, namelen, ierr )
/dports/net/mpich2/mpich2-1.5/test/mpi/f90/datatype/
H A Dtypenamef90.f90138 if (MPI_COMPLEX16 .ne. MPI_DATATYPE_NULL) then
139 call MPI_Type_get_name( MPI_COMPLEX16, name, namelen, ierr )
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/typerep/dataloop/
H A Ddataloop_ext32.c75 {MPI_COMPLEX16, 2 * 8},
/dports/net/mpich/mpich-3.4.3/test/mpi/datatype/
H A Dsizedtypes.c45 MPI_Type_size(MPI_COMPLEX16, &size); in main()
H A Dtypename.c88 {MPI_COMPLEX16, "MPI_COMPLEX16"},
/dports/net/mpich2/mpich2-1.5/test/mpi/datatype/
H A Dsizedtypes.c46 MPI_Type_size( MPI_COMPLEX16, &size ); in main()
H A Dtypename.c95 { MPI_COMPLEX16, "MPI_COMPLEX16" },
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/typerep/src/
H A Dtyperep_yaksa_pack_external.c341 case MPI_COMPLEX16: in MPIR_Typerep_pack_external()
519 case MPI_COMPLEX16: in MPIR_Typerep_unpack_external()
662 case MPI_COMPLEX16: in MPIR_Typerep_size_external32()
H A Dtyperep_yaksa_init.c309 case MPI_COMPLEX16: in MPII_Typerep_get_yaksa_type()
/dports/net/openmpi3/openmpi-3.1.6/ompi/include/
H A Dmpif-handles.h44 integer MPI_COMPLEX16
150 parameter (MPI_COMPLEX16=20)
/dports/net/openmpi/openmpi-4.1.1/ompi/include/
H A Dmpif-handles.h44 integer MPI_COMPLEX16
150 parameter (MPI_COMPLEX16=20)
/dports/net/mpich2/mpich2-1.5/src/mpi/datatype/
H A Dtype_match_size.c75 MPI_COMPLEX8, MPI_COMPLEX16, MPI_COMPLEX32, in MPI_Type_match_size()
H A Dtype_get_name.c89 type_name_entry(MPI_COMPLEX16),
H A Dtypeutil.c103 MPI_COMPLEX16,
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/
H A Dtype_match_size.c74 MPI_COMPLEX8, MPI_COMPLEX16, MPI_COMPLEX32, in MPI_Type_match_size()
H A Dtypeutil.c93 type_name_entry(MPI_COMPLEX16),
309 } else if (type == MPI_COMPLEX8 || type == MPI_COMPLEX16 || type == MPI_COMPLEX32) { in MPIR_Datatype_builtintype_alignment()
/dports/math/elpa/elpa-2019.05.002/src/general/
H A Dprecision_macros.h311 #define MPI_MATH_DATATYPE_PRECISION_EXPL MPI_COMPLEX16
312 #define MPI_COMPLEX_EXPLICIT_PRECISION MPI_COMPLEX16
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A Dtypestr.pxi76 elif datatype == MPI_COMPLEX16 : return "c16"
/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A Dtypestr.pxi76 elif datatype == MPI_COMPLEX16 : return "c16"
/dports/net/mpich2/mpich2-1.5/src/binding/f77/
H A Dmpif.h.in302 INTEGER MPI_COMPLEX16
303 PARAMETER (MPI_COMPLEX16=@F77_COMPLEX16@)
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/MPI/
H A Dtypestr.pxi99 elif datatype == MPI_COMPLEX16 : return "c16"

1234