Skip to content

Commit

Permalink
Add intel-llvm option to ThirdParty makefile. (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Sep 6, 2023
1 parent 954ae64 commit 90594b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ThirdParty/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ else
CCOMPILER = icx
CXXCOMPILER = icpx
else
ifeq ($(lowercase_hcomp),$(filter $(lowercase_hcomp),intel-llvm))
CCOMPILER = icx
CXXCOMPILER = icpx
else
$(error Unknown COMP setting)
endif
endif
endif
endif
Expand Down

0 comments on commit 90594b4

Please sign in to comment.