From: Sébastien Villemot Date: Fri, 8 Nov 2024 13:59:11 +0000 (+0100) Subject: Remove warning about OpenMP X-Git-Tag: archive/raspbian/0.3.28+ds-3+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c525e37cc5b25eaf7a30d7de8250c47108fb9791;p=openblas.git Remove warning about OpenMP Forwarded: no Last-Update: 2014-02-17 This warning is annoying when the library is built with pthreads. See #684344 Last-Update: 2014-02-17 Gbp-Pq: Name remove-openmp-warning.patch --- diff --git a/driver/others/blas_server.c b/driver/others/blas_server.c index 765511d..b0409f0 100644 --- a/driver/others/blas_server.c +++ b/driver/others/blas_server.c @@ -811,16 +811,6 @@ if (openblas_threads_callback_) { } -#ifdef __ELF__ - if (omp_in_parallel && (num > 1)) { - if (omp_in_parallel() > 0) { - fprintf(stderr, - "OpenBLAS Warning : Detect OpenMP Loop and this application may hang. " - "Please rebuild the library with USE_OPENMP=1 option.\n"); - } - } -#endif - if ((num > 1) && queue -> next) exec_blas_async(1, queue -> next); #ifdef TIMING_DEBUG