Searched refs:hwloc (Results 1 – 17 of 17) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPICH.py | 25 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 D | OpenMPI.py | 25 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 D | OpenMP.py | 22 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 D | PaStiX.py | 30 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 D | Trilinos.py | 22 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 D | kokkos.py | 52 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 D | Firedrake.py | 25 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 D | MUMPS.py | 37 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 D | RAJA.py | 42 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 D | makefile | 88 hwloc: target 91 mpistreams: mpistream hwloc 94 openmpstreams: openmpstream hwloc
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | Baseline-MPICH-8 | 4 Configure options: --download-fblaslapack --download-hwloc --download-mpich --with-debugging=0 PETS…
|
| H A D | Baseline-MPICH-16 | 4 Configure options: --download-fblaslapack --download-hwloc --download-mpich --with-debugging=0 PETS…
|
| H A D | Baseline-Intel-8 | 4 Configure options: --download-hwloc --with-blas-lapack-dir=/soft/compilers/intel/compilers_and_libr…
|
| H A D | Baseline-Intel-16 | 4 Configure options: --download-hwloc --with-blas-lapack-dir=/soft/compilers/intel/compilers_and_libr…
|
| /petsc/doc/manual/ |
| H A D | performance.md | 144 `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 D | 317.md | 30 - Reuse PETSc-installed hwloc when installing Open MPI
|
| /petsc/doc/faq/ |
| H A D | index.md | 1701 ### 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.
|