Kernels
Kernels copied to clipboard
add Flang (PGI one) support in Travis
PGI has released Flang based on the PGI front-end. We know that the PRKs work with this compiler, thanks to https://github.com/ParRes/Kernels/pull/153 and https://github.com/ParRes/Kernels/pull/154.
The only challenge here is building the full Flang toolchain in a Travis instance, given how long it takes. It may be prudent instead to support PGI Community Edition for now (see https://github.com/ParRes/Kernels/issues/139) and wait until Flang is merge into LLVM or at least has a Homebrew port.