Open ocaisa opened 4 years ago
That's to enable OpenMP offloading to GPUs. Without it clang will be compiled, but when using OpenMP offload it won't really work. bc files will be missing and therefore clang won't be able to generate code for GPUs. I did that long time ago, I don't remember all the details, but that's the general idea.
Is this still relevant after the recent updates to the Clang easyblock (see #2229 + follow-up PRs)?
I just noticied that the JSC easyconfigs set a number of additional options for Clang 9.0.0:
The OMP related stuff in stage 3 looks like it may have some importance, any more info @damianam ?