monolish  0.17.1
MONOlithic LInear equation Solvers for Highly-parallel architecture
Functions
Get build options

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...
 

Detailed Description

get status of build options (SIMD, BLAS, enable GPU device, etc.).

Function Documentation

◆ build_with_avx()

bool monolish::util::build_with_avx ( )

get build option (true: with avx, false: without avx)

◆ build_with_avx2()

bool monolish::util::build_with_avx2 ( )

get build option (true: with avx2, false: without avx2)

◆ build_with_avx512()

bool monolish::util::build_with_avx512 ( )

get build option (true: with avx512, false: without avx512)

◆ build_with_cblas()

bool monolish::util::build_with_cblas ( )

get build option (true: with cblas, false: without cblas (=with intel mkl))

◆ build_with_gpu()

bool monolish::util::build_with_gpu ( )

get build option (true: enable gpu, false: disable gpu)

◆ build_with_lapack()

bool monolish::util::build_with_lapack ( )

get build option (true: with lapack, false: without lapack (=with intel mkl))

◆ build_with_mkl()

bool monolish::util::build_with_mkl ( )

get build option (true: with intel mkl, false: without intel mkl)

◆ build_with_mpi()

bool monolish::util::build_with_mpi ( )

get build option (true: enable MPI, false: disable MPI)