Home
last modified time | relevance | path

Searched refs:hwloc (Results 1 – 17 of 17) sorted by relevance

/petsc/config/BuildSystem/config/packages/
H A DMPICH.py25 self.hwloc = framework.require('config.packages.hwloc',self)
27 self.odeps = [self.cuda, self.hip, self.hwloc]
63 if self.hwloc.found:
64 args.append('--with-hwloc="'+self.hwloc.directory+'"')
65 args.append('--with-hwloc-prefix="'+self.hwloc.directory+'"')
H A DOpenMPI.py25 self.hwloc = framework.require('config.packages.hwloc',self)
26 self.odeps = [self.hwloc, self.cuda, self.hip, self.ucx]
64 if self.hwloc.found:
65 args.append('--with-hwloc="'+self.hwloc.directory+'"')
H A DOpenMP.py22 self.hwloc = framework.require('config.packages.hwloc',self)
23 self.odeps = [self.mpi,self.pthread,self.hwloc]
86 if self.mpi.found and self.mpi.support_mpi3_shm and self.pthread.found and self.hwloc.found:
H A DPaStiX.py30 self.hwloc = framework.require('config.packages.hwloc',self)
31 self.deps = [self.blaslapack, self.pthread, self.hwloc]
80 for dep in [self.blaslapack, self.metis, self.ptscotch, self.mpi, self.hwloc]:
H A DTrilinos.py22 self.hwloc = framework.require('config.packages.hwloc',self)
45 …self.odeps = [self.hwloc,self.hypre,self.superlu,self.superlu_dist,self.parmetis,self.me…
192 if self.hwloc.found:
194 args.append('-DTPL_HWLOC_INCLUDE_DIRS="'+';'.join(self.hwloc.include)+'"')
195 args.append('-DTPL_HWLOC_LIBRARIES="'+self.toStringNoDupes(self.hwloc.lib)+'"')
H A Dkokkos.py52 self.hwloc = framework.require('config.packages.hwloc',self)
54 self.odeps = [self.mpi,self.openmp,self.hwloc,self.cuda,self.hip]
87 if self.hwloc.found:
89 args.append('-DKokkos_HWLOC_DIR='+self.hwloc.directory)
H A DFiredrake.py25 self.hwloc = framework.require('config.packages.hwloc',self)
41 …mpi,self.blasLapack,self.petsc4py,self.slepc,self.slepc4py,self.fftw,self.hwloc,self.hdf5,self.met…
H A DMUMPS.py37 self.hwloc = framework.require('config.packages.hwloc',self)
45 self.odeps = [self.metis,self.parmetis,self.ptscotch,self.hwloc,self.openmp]
169 if self.openmp.found and self.hwloc.found:
170 g.write('LIBS += '+self.libraries.toString(self.hwloc.lib)+'\n')
H A DRAJA.py42 self.hwloc = framework.require('config.packages.hwloc',self)
44 self.odeps = [self.mpi,self.openmp,self.hwloc,self.cuda,self.hip,self.pthread]
/petsc/src/benchmarks/streams/
H A Dmakefile88 hwloc: target
91 mpistreams: mpistream hwloc
94 openmpstreams: openmpstream hwloc
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A DBaseline-MPICH-84 Configure options: --download-fblaslapack --download-hwloc --download-mpich --with-debugging=0 PETS…
H A DBaseline-MPICH-164 Configure options: --download-fblaslapack --download-hwloc --download-mpich --with-debugging=0 PETS…
H A DBaseline-Intel-84 Configure options: --download-hwloc --with-blas-lapack-dir=/soft/compilers/intel/compilers_and_libr…
H A DBaseline-Intel-164 Configure options: --download-hwloc --with-blas-lapack-dir=/soft/compilers/intel/compilers_and_libr…
/petsc/doc/manual/
H A Dperformance.md144 `lstopo` (part of the hwloc package) for the following two-socket
354 Hardware Locality (`hwloc`) software package (which can be installed
355 by configuring PETSc with `–download-hwloc`) to understand the
/petsc/doc/changes/
H A D317.md30 - Reuse PETSc-installed hwloc when installing Open MPI
/petsc/doc/faq/
H A Dindex.md1701 ### What does the message hwloc/linux: Ignoring PCI device with non-16bit domain mean?
1703 This is printed by the hwloc library that is used by some MPI implementations. It can be ignored.