Two questions on OMP:
* Can I test for the version of OMP? I want >= 5 and I see this, which looks promising:
include/petscsys.h:#elif defined(_OPENMP) && _OPENMP >= 201307 && !defined(_WIN32)
* What is the difference between HAVE_OPENMP and
HAVE_OPENMP_SUPPORT.
Thanks,
Mark