dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

OpenMP flags for XL Fortran #232

Closed bast closed 6 years ago

bast commented 6 years ago

Hans Jørgen Aa. Jensen informed me that IBM colleagues at the Summit workshop recommended to change -qsmp to -qsmp=omp in CMAKE_Fortran_COMPILER_ID. If you want to also enable the new OpenMP 4.5+ features to off-load to a GPU from OpenMP in XL Fortran, one should specify "-qsmp=omp -qoffload".

bast commented 6 years ago

I think we should for the moment keep the -qoffload as an extra flag.