rename and document script to automatically convert 'default(none)' to 'default(shared)' OpenMP pragmas

This commit is contained in:
Axel Kohlmeyer
2019-02-12 09:44:19 -05:00
parent ac7d74f2a5
commit eb8a6512e2
4 changed files with 27 additions and 9 deletions

View File

@ -932,7 +932,9 @@ LINKFLAGS: -fopenmp # for GNU Compilers
LINKFLAGS: -qopenmp # for Intel compilers on Linux :pre
For other platforms and compilers, please consult the documentation
about OpenMP support for your compiler.
about OpenMP support for your compiler. Please see the note about
how to address compatibility "issues with the 'default(none)'
directive"_Build_basics.html#default-none-issues of some compilers.
:line