Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Sep 16, 2024
1 parent 7c8cecd commit 021491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif

$(info detected compiler is $(COMPILER_NAME))

CXXFLAGS += -std=c++20 -fstrict-aliasing
CXXFLAGS += -std=c++20 -fstrict-aliasing -fopenmp-simd
# CXXFLAGS += -DUSE_SIMPSON_INTEGRATOR=true

ifneq ($(COMPILER_NAME),NVHPC)
Expand Down

0 comments on commit 021491f

Please sign in to comment.