Add compiler help text to OpenACC

This commit is contained in:
Tom Deakin 2017-02-24 13:13:08 +00:00
parent 3be4ebc1a2
commit c470b88dee

View File

@ -1,6 +1,11 @@
ifndef COMPILER
$(info Define a compiler to set common defaults, i.e make COMPILER=GNU)
define compiler_help
Set COMPILER to ensure correct flags are set.
Available compilers are:
PGI CRAY
endef
$(info $(compiler_help))
endif
COMPILER_ = $(CXX)