How do you *get* the number of threads for BLAS operations in Julia? -


julia's blas library has function set_num_threads() sets threads blas operations.

how get number of threads being used default, or currently?

if have julia linked against openblas, case if use windows, mac or generic linux binaries julialang.org, or if build source , don't set use_system_blas=1, number threads used openblas calling ccall((:openblas_get_num_threads64_, base.libblas_name), cint, ()). eventually, we'll provide julia function.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -