dekoning-lab / WFES2-GUI

GUI implementation of wfes2.
GNU General Public License v3.0
0 stars 1 forks source link

Warning when using OpenMP with Intel MKL #52

Open AlbertoCasasOrtiz opened 3 years ago

AlbertoCasasOrtiz commented 3 years ago

When using OpenMP, the following warning appears

OMP: Info #274: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.

Looks like it is an Intel MKL use that they have to solve on their side. The proposed solution is to turn off those warnings.

Link to Intel forums explaining this