Skip to content

Commit

Permalink
tests: fix hpcg builds with arm1 compiler
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
adrianreber committed Jul 20, 2023
1 parent 858f955 commit 92ee394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/apps/hpcg/setup/Make.ohpc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ CXX = mpicxx

ifeq ($(LMOD_FAMILY_COMPILER),intel)
CXXFLAGS = $(HPCG_DEFS) -O3 -qopenmp
else ifeq ($(LMOD_FAMILY_COMPILER),acfl)
CXXFLAGS = $(HPCG_DEFS) -O3 -fsimdmath -fopenmp
else
CXXFLAGS = $(HPCG_DEFS) -O3 -ffast-math -ftree-vectorize -ftree-vectorizer-verbose=0 -fopenmp
endif
Expand Down

0 comments on commit 92ee394

Please sign in to comment.