monolish
0.17.3-dev.16
MONOlithic LInear equation Solvers for Highly-parallel architecture
|
get status of build options (SIMD, BLAS, enable GPU device, etc.). More...
Functions | |
bool | monolish::util::build_with_avx () |
get build option (true: with avx, false: without avx) More... | |
bool | monolish::util::build_with_avx2 () |
get build option (true: with avx2, false: without avx2) More... | |
bool | monolish::util::build_with_avx512 () |
get build option (true: with avx512, false: without avx512) More... | |
bool | monolish::util::build_with_cblas () |
get build option (true: with cblas, false: without cblas (=with intel mkl)) More... | |
bool | monolish::util::build_with_gpu () |
get build option (true: enable gpu, false: disable gpu) More... | |
bool | monolish::util::build_with_lapack () |
get build option (true: with lapack, false: without lapack (=with intel mkl)) More... | |
bool | monolish::util::build_with_mkl () |
get build option (true: with intel mkl, false: without intel mkl) More... | |
bool | monolish::util::build_with_mpi () |
get build option (true: enable MPI, false: disable MPI) More... | |
get status of build options (SIMD, BLAS, enable GPU device, etc.).
bool monolish::util::build_with_avx | ( | ) |
get build option (true: with avx, false: without avx)
bool monolish::util::build_with_avx2 | ( | ) |
get build option (true: with avx2, false: without avx2)
bool monolish::util::build_with_avx512 | ( | ) |
get build option (true: with avx512, false: without avx512)
bool monolish::util::build_with_cblas | ( | ) |
get build option (true: with cblas, false: without cblas (=with intel mkl))
bool monolish::util::build_with_gpu | ( | ) |
get build option (true: enable gpu, false: disable gpu)
bool monolish::util::build_with_lapack | ( | ) |
get build option (true: with lapack, false: without lapack (=with intel mkl))
bool monolish::util::build_with_mkl | ( | ) |
get build option (true: with intel mkl, false: without intel mkl)
bool monolish::util::build_with_mpi | ( | ) |
get build option (true: enable MPI, false: disable MPI)