Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Nov 11, 2023
1 parent ff6437f commit 9324520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/others/blas_server_omp.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ extern int openblas_omp_num_threads_env();
if (blas_omp_number_max <= 0)
blas_omp_number_max=MAX_CPU_NUMBER;
#else
blas_omp_number_max = /omp_get_max_threads();
blas_omp_number_max = omp_get_max_threads();
#endif

blas_get_cpu_number();
Expand Down

0 comments on commit 9324520

Please sign in to comment.