Skip to content

Commit ecf8051

Browse files
author
Daniel Ruprecht
committed
dora makefile now uses flags compatible with cray compiler
1 parent 0e54f5d commit ecf8051

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makefile.defs.DORA

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
F90 = ftn
22

3-
FCFLAGS = -cpp -O3 -fopenmp -Wtabs -ffree-line-length-none -Wall -fbackslash
3+
#FCFLAGS = -cpp -O3 -fopenmp -Wtabs -ffree-line-length-none -Wall -fbackslash
4+
FCFLAGS = -O3 -h omp -F
45

56
# Flags useful for debugging
67
#FCFLAGS += -g -frecursive -ffree-form -frange-check -fbacktrace -fvar-tracking -C -Wconversion -fimplicit-none -Warray-temporaries -Wcharacter-truncation -Wline-truncation -fcheck=all -fbounds-check

0 commit comments

Comments
 (0)