Fix a typo in an OpenMP test
This fixes the typo and corrects the default OpenMP version being tested.
This commit is contained in:
parent
3e8aca5324
commit
50b51b1860
|
@ -9,7 +9,7 @@
|
||||||
// -fopenmp option is specified
|
// -fopenmp option is specified
|
||||||
#ifndef _OPENMP
|
#ifndef _OPENMP
|
||||||
#error "No _OPENMP macro is defined with -fopenmp option"
|
#error "No _OPENMP macro is defined with -fopenmp option"
|
||||||
#elsif _OPENMP != 201107
|
#elif _OPENMP != 201811
|
||||||
#error "_OPENMP has incorrect value"
|
#error "_OPENMP has incorrect value"
|
||||||
#endif //_OPENMP
|
#endif //_OPENMP
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue