Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Perez committed Feb 29, 2024
1 parent 38c3a9c commit 2a8c0fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ endif
#activate openmp unless noopenmp flag
# For Fujitsu compiler: -Kopenmp
ifeq (,$(call parse_config,noopenmp))
$(info OpenMP activated)
ifeq ($(findstring FCC, $(COMPILER_INFO)), FCC)
OPENMP_FLAG ?= -Kopenmp -Kopenmp_simd
else ifeq ($(findstring FCCpx, $(COMPILER_INFO)), FCCpx)
Expand Down

0 comments on commit 2a8c0fb

Please sign in to comment.