Hi,
I am trying to make OpenBLAS work with an application that uses OpenMP. I did did make in the OpenBLAS directory with make NO_AFFINITY=1 USE_OPENMP=1. However, when running my application it still returns me the following warning:
"OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option."
At the end of the make process, there has been a message stating that openmp is used and the openblas and goto flags are ignored. Is there any way that I can check if it really is compiled correctly? Is there something I might be forgetting?
thanks,
Vincent