Browse Source

Add blas_omp_threads_local

tags/v0.3.27
Martin Kroeker GitHub 2 years ago
parent
commit
152a6c43b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      driver/others/blas_server_win32.c

+ 2
- 0
driver/others/blas_server_win32.c View File

@@ -59,6 +59,8 @@ static CRITICAL_SECTION queue_lock;
/* We need this global for checking if initialization is finished. */
int blas_server_avail = 0;

int blas_omp_threads_local = 1;

/* Local Variables */
static BLASULONG server_lock = 0;



Loading…
Cancel
Save