Merge pull request #3951 from martin-frbg/issue3940

Do not change the global OMP_NUM_THREADS
This commit is contained in:
Martin Kroeker 2023-03-22 15:14:00 +01:00 committed by GitHub
commit 2885e4d898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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.