diff --git a/OpenACC.make b/OpenACC.make index 9ec5c4d..504f069 100644 --- a/OpenACC.make +++ b/OpenACC.make @@ -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)