Searched refs:blas (Results 1 – 17 of 17) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | h2opus.py | 29 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 D | BlasLapack.py | 861 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 D | 221.md | 78 - --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 D | 35.md | 6 - --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 D | 231.md | 122 - fblaslapack now has complete blas - as required by some external
|
| H A D | 312.md | 26 - Added --with-64-bit-blas-indices that will switch to 64-bit
|
| H A D | 38.md | 17 - Added --download-openblas --download-openblas-64-bit-blas-indices
|
| H A D | 32.md | 6 - --download-c-blas-lapack is replaced with --download-f2cblaslapack
|
| /petsc/doc/manual/ |
| H A D | additional.md | 14 blas-lapack
|
| H A D | blas-lapack.md | 24 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 D | other.md | 1102 m, petsc, stdc++, mpichxx, mpich, lapack, blas, gfortran, dl, rt,gcc_s, pthread, X11
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmcontext.hpp | 58 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 D | install_tutorial.md | 15 ….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 D | install.md | 310 $ ./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 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/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 59 BLASDIR=${PAC}/blas 270 for p in blas qblas hblas lapack qlapack hlapack; do 272 blas) 497 blas|lapack)
|