Skip to content

Commit

Permalink
Update releasenotes/notes/use_omp_set_max_active_levels-7e6c1d301c443…
Browse files Browse the repository at this point in the history
…4a6.yaml

Co-authored-by: Jake Lishman <jake@binhbar.com>
  • Loading branch information
hhorii and jakelishman authored Mar 22, 2023
1 parent a7c68da commit d0e04b4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
fixes:
- |
Aer used `omp_set_nested` to efficiently use nested OpenMP pragma, which
is deprecated and produces warning in some environment. This fix replaces
call of `omp_set_nested` with of `omp_set_max_active_levels` and stop
warning in any environment.
Aer will now use ``omp_set_max_active_levels()`` instead of the deprecated ``omp_set_nested()`` when compiled against recent versions of OpenMP.

0 comments on commit d0e04b4

Please sign in to comment.