/*Set the number of threads on runtime.*/ voidopenblas_set_num_threads(intnum_threads); voidgoto_set_num_threads(intnum_threads); intopenblas_set_num_threads_local(intnum_threads); /*Get the number of threads on runtime.*/ intopenblas_get_num_threads(void); ...