I believe after the hermetic LLVM toolchain is merged, we can remove all of the gates around openmp, since the hermetic toolchain has native OpenMP support.
- Remove enable_openmp bazel flags
- Simplify CI to not need to install openmp (except for workflows that build and test OpenFHE for the frontend)
I believe after the hermetic LLVM toolchain is merged, we can remove all of the gates around
openmp, since the hermetic toolchain has native OpenMP support.