Search code examples
cygwinversionopenmp

How to check the version of OpenMP on windows


I wonder how to check the version of OpenMP on a windows by using Cygwin64. Thanks and regards!


Solution

  • OpenMP version is binded with the compiler. You need to check GCC's version in your Cygwin first.

    https://www.openmp.org/resources/openmp-compilers-tools/