[Openmp-commits] [openmp] [OpenMP] Sync the team task for serialized parallel (PR #85600)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 18 11:59:32 PDT 2024
================
@@ -0,0 +1,33 @@
+// RUN: %libomp-compile-and-run
+// RUN: %libomp-cxx-compile && env OMP_NUM_THREADS=1 %libomp-run
----------------
shiltian wrote:
Why does the C version not need the env while the C++ version need?
https://github.com/llvm/llvm-project/pull/85600
More information about the Openmp-commits
mailing list