Open tomdeakin opened 4 years ago
To target NVIDIA with OpenMP with the clang-based CCE, we need to do something like this:
make COMPILER=CRAY TARGET=NVIDIA EXTRA_FLAGS="-fopenmp -fopenmp-targets=nvptx64 -Xopenmp-target -march=sm_60"
-fopenmp
craype-accel
-fopenmp-targets=nvptx64
-fopenmp-targets=nvptx64-nvidia-cuda
To target NVIDIA with OpenMP with the clang-based CCE, we need to do something like this:
make COMPILER=CRAY TARGET=NVIDIA EXTRA_FLAGS="-fopenmp -fopenmp-targets=nvptx64 -Xopenmp-target -march=sm_60"