remove call to omp_set_num_threads

This commit is contained in:
Martin Kroeker
2023-03-21 20:58:56 +01:00
committed by GitHub
parent 2b77f28810
commit 579bc86671

View File

@@ -112,8 +112,6 @@ void goto_set_num_threads(int num_threads) {
blas_cpu_number = num_threads;
omp_set_num_threads(blas_cpu_number);
adjust_thread_buffers();
#if defined(ARCH_MIPS64)
//set parameters for different number of threads.