Home
last modified time | relevance | path

Searched defs:mpitype (Results 1 – 17 of 17) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DMPIPackBuffer.cpp40 #define PACKBUF(type, mpitype) \ argument
47 #define PACKBUF(type, mpitype) \ argument
106 #define UNPACKBUF(type, mpitype) \ argument
110 #define UNPACKBUF(type, mpitype) \ argument
147 #define PACKSIZE(type, mpitype) \ argument
155 #define PACKSIZE(type, mpitype) \ argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/mpi/
H A Dmpitypes.hpp.in18 # define ASSERT_MPI_TYPE_SIZE(mpitype) static_assert(sizeof(mpitype) <= sizeof(DIY_##mpitype), ""); argument
23 #define DEFINE_DIY_MPI_TYPE(mpitype) \ argument
H A Dmpi_cast.hpp16 #define DEFINE_MPI_CAST(mpitype) … argument
H A Dconfig.hpp43 #define DEFINE_DIY_MPI_TYPE(mpitype) \ argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/core/inc/
H A DMpiComm.h162 #define QUESO_STANDARD_TYPE(cxxtype,mpitype) \ argument
173 #define QUESO_STANDARD_TYPE(cxxtype,mpitype) \ argument
/dports/net/mpich/mpich-3.4.3/modules/libfabric/contrib/intel/jenkins/
H A Dtests.py204 mpitype, hosts, ofi_build_mode, util_prov=None): argument
339 mpitype, hosts, ofi_build_mode, util_prov=None): argument
365 mpitype, hosts, ofi_build_mode, util_prov=None): argument
402 mpitype, hosts, ofi_build_mode, util_prov=None): argument
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/group/
H A Dmessmpi.cc418 #define REDUCEMEMBER(name, type, mpitype) \ argument
502 #define SUMMEMBER(name, type, mpitype) \ argument
/dports/math/trlan/trlan-201009/SRC/
H A Dtrl_comm_mpi.f90172 Integer :: mpitype, ierr local
230 Integer :: i, npe, nd, mpitype, m1p1 local
/dports/math/vtk8/VTK-8.2.0/Parallel/MPI4Py/Testing/Python/
H A DTestParallelNumpy.py277 mpitype = algs._lookup_mpi_type(numpy.bool) variable
/dports/math/vtk9/VTK-9.1.0/Parallel/MPI4Py/Testing/Python/
H A DTestParallelNumpy.py277 mpitype = algs._lookup_mpi_type(numpy.bool) variable
/dports/math/vtk6/VTK-6.2.0/Parallel/MPI4Py/Testing/Python/
H A DTestParallelNumpy.py274 mpitype = algs._lookup_mpi_type(numpy.bool) variable
/dports/math/vtk9/VTK-9.1.0/IO/MPIParallel/
H A DvtkMPIMultiBlockPLOT3DReader.cxx31 #define DEFINE_MPI_TYPE(ctype, mpitype) \ argument
/dports/math/vtk8/VTK-8.2.0/IO/MPIParallel/
H A DvtkMPIMultiBlockPLOT3DReader.cxx33 #define DEFINE_MPI_TYPE(ctype, mpitype) \ argument
/dports/math/trlan/trlan-201009/examples/SHARP/
H A Dpspmatmult.f9085 Integer :: i, j, k, ip, npe, mpitype, t0, t1 local
536 Integer i, j, mpitype, ireq, it0, it1, it2, it3, it4, it5 local
H A Deigconn.f9054 Integer i, ipe, ierr, j, myid, mpitype, nr, npes, status(MPI_STATUS_SIZE) local
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dnc.h79 #define NCMPII_ECHAR(nctype, mpitype) ((((nctype) == NC_CHAR) == ((mpitype) != MPI_CHAR)) ? NC_ECHA… argument
/dports/science/PETSc/petsc-3.14.1/src/dm/field/impls/ds/
H A Ddmfieldds.c443 MPI_Datatype mpitype = type == PETSC_SCALAR ? MPIU_SCALAR : MPIU_REAL; in DMFieldEvaluateFV_DS() local