Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/packages/
H A Dh2opus.py29 self.blas = framework.require('config.packages.BlasLapack',self)
35 self.deps = [self.blas]
57 if self.blas.mangling == 'underscore':
59 elif self.blas.mangling == 'caps':
90 if self.blas.mkl:
92 if hasattr(self.blas,'essl'):
94 if self.libraries.check(self.blas.dlib, 'bli_init'):
96 if self.libraries.check(self.blas.dlib, 'FLA_Init'):
107 …ixes + ' ' + mangle + ' -DH2OPUS_PROFILING_ENABLED '+self.headers.toString(self.blas.include)+'\n')
108 g.write('BLAS_LIBS = '+self.libraries.toString(self.blas.dlib)+'\n')
H A DBlasLapack.py861 in batch-mode! Assuming 32-bit integers. Run with --known-64-bit-blas-indices \
862 if you know they are 64-bit. Run with --known-64-bit-blas-indices=0 to remove \
/petsc/doc/changes/
H A D221.md78 - --with-c/f-blas-lapack -> --download-c/f-blas-lapack=yes
79 - --with-c/f-blas-lapack-if-needed ->
80 --download-c/f-blas-lapack=ifneeded
H A D35.md6 - --download-f-blas-lapack is now --download-fblaslapack.
190 `--blas-lapack-dir=LOCATION_OF_INTEL_MKL --with-mkl_pardiso-dir=LOCATION_OF_INTEL_MKL`
H A D231.md122 - fblaslapack now has complete blas - as required by some external
H A D312.md26 - Added --with-64-bit-blas-indices that will switch to 64-bit
H A D38.md17 - Added --download-openblas --download-openblas-64-bit-blas-indices
H A D32.md6 - --download-c-blas-lapack is replaced with --download-f2cblaslapack
/petsc/doc/manual/
H A Dadditional.md14 blas-lapack
H A Dblas-lapack.md24 option `--with-64-bit-blas-indices` attempts to locate and use a 64-bit integer version of BLAS/LAP…
28 The configure options `--with-64-bit-indices` and `--with-64-bit-blas-indices` are independent. `--…
H A Dother.md1102 m, petsc, stdc++, mpichxx, mpich, lapack, blas, gfortran, dl, rt,gcc_s, pthread, X11
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp58 cupmBlasHandle_t blas{}; member
70 PETSC_NODISCARD const cupmBlasHandle_t &get(blas_tag) const noexcept { return this->blas; } in get()
116 dci->blas = handle; in initialize_handle_()
302 dci->blas = nullptr; in changeStreamType()
/petsc/doc/install/
H A Dinstall_tutorial.md15 ….org/) and [BLAS/LAPACK](https://www.netlib.org/lapack/lug/node11.html) [^blas] (when they are not…
187 …rg/) and a [BLAS/LAPACK](https://www.netlib.org/lapack/lug/node11.html) [^blas] [reference impleme…
324 [^blas]: The [BLAS/LAPACK](https://www.netlib.org/lapack/lug/node11.html) package footnote
H A Dinstall.md310 $ ./configure --with-blas-lib=libblas.a --with-lapack-lib=liblapack.a
753 [blas/lapack]: https://www.netlib.org/lapack/lug/node11.html
/petsc/src/ksp/ksp/tests/benchmarkscatters/
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/lib/petsc/bin/maint/
H A Dtoclapack.sh59 BLASDIR=${PAC}/blas
270 for p in blas qblas hblas lapack qlapack hlapack; do
272 blas)
497 blas|lapack)