Skip to content

Commit

Permalink
Added compiling options for the Fujitsu compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa committed Mar 6, 2025
1 parent 65c633e commit 19c141b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile-CaNS.compilers
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,16 @@ else ifeq ($(CMP),NVIDIA)
endif
#FFLAGS += -cpp -O3 -Minfo=accel -stdpar -acc -target=multicore
#FFLAGS = -cpp -Mfree -Kieee -Minfo=accel -g -acc -target=gpu -fast -O3 -Minstrument
else ifeq ($(CMP),FUJITSU)
FC = mpifrtpx
FFLAGS += -cpp
MODFLAG = -M # Explicit space
ifeq ($(DEBUG_BUILD),yes)
DEFS += -DDEBUG
FFLAGS += -g -g0
else
FFLAGS += -O3 #-Kfast
endif
endif
ifeq ($(strip $(FTN_MPI_WRAPPER)),1)
FC = ftn
Expand Down

0 comments on commit 19c141b

Please sign in to comment.