Skip to content

Commit 152a6c4

Browse files
authored
Add blas_omp_threads_local
1 parent 8a9d492 commit 152a6c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/others/blas_server_win32.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ static CRITICAL_SECTION queue_lock;
5959
/* We need this global for checking if initialization is finished. */
6060
int blas_server_avail = 0;
6161

62+
int blas_omp_threads_local = 1;
63+
6264
/* Local Variables */
6365
static BLASULONG server_lock = 0;
6466

0 commit comments

Comments
 (0)