Add compiler help text to OpenACC
This commit is contained in:
parent
3be4ebc1a2
commit
c470b88dee
@ -1,6 +1,11 @@
|
|||||||
|
|
||||||
ifndef COMPILER
|
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
|
endif
|
||||||
|
|
||||||
COMPILER_ = $(CXX)
|
COMPILER_ = $(CXX)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user