Description: Remove warning about OpenMP
 This warning is annoying when the library is built with pthreads.
 See #684344
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: no
Last-Update: 2014-02-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: openblas/driver/others/blas_server.c
===================================================================
--- openblas.orig/driver/others/blas_server.c
+++ openblas/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
