[Openmp-commits] [openmp] [openmp] Segfaults/assertion errors on certain omp statements after calling `omp_pause_resource_all(omp_pause_hard)` (PR #154204)

Haiyang He via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 6 13:49:15 PST 2025


haiyanghee wrote:

Hi @jprotze , can you please check if my attempt at making sure the runtime must be in serial initialized state after calling `omp_pause_resource_all()`? If it doesn't work, can you please guide me to an approach that would work? (maybe the fork handler is the way to go here, and what I'm trying to do is impossible?)

https://github.com/llvm/llvm-project/pull/154204


More information about the Openmp-commits mailing list