File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ LD=$(F90)
21
21
22
22
23
23
# amdblis aocl
24
- BLASFLAGS= -I /opt/cray/pe/libsci/21.03 .1.1/GNU/9.1/x86_64/include/
25
- BLASLIBS= /opt/cray/pe/libsci/21.03 .1.1/GNU/9.1/x86_64/lib/libsci_gnu.a
24
+ BLASFLAGS = -I /opt/cray/pe/libsci/22.12 .1.1/GNU/9.1/x86_64/include/
25
+ BLASLIBS = /opt/cray/pe/libsci/22.12 .1.1/GNU/9.1/x86_64/lib/libsci_gnu.a
26
26
27
27
OFLAGS =
28
28
# intel compilers
@@ -34,9 +34,11 @@ OFLAGS=
34
34
35
35
# gfortran
36
36
# debug run
37
- #FFLAGS=-ffree-line-length-none -fdefault-real-8 -fopenmp -Wall -fbounds-check -finit-local-zero -fdump-parse-tree -fdump-core -fbacktrace -fdefault-double-8 -fbackslash -O0 -fcray-pointer -Wno-lto-type-mismatch -fallow-argument-mismatch $(BLASFLAGS)
38
- #production run
39
- FFLAGS=-fdefault-real-8 -fdefault-double-8 -fbackslash -fopenmp -ffree-line-length-none -finit-local-zero -fimplicit-none -flto -fcray-pointer -Ofast -march=native -Wno-lto-type-mismatch -fallow-argument-mismatch $(BLASFLAGS)
37
+ FFLAGS =-g -fbacktrace -ffree-line-length-none -fdefault-real-8 -fopenmp -Wall -fbounds-check -finit-local-zero -fdump-parse-tree -fdump-core -fdefault-double-8 -fbackslash -O0 -fcray-pointer -fcheck=all -Wno-lto-type-mismatch -fallow-argument-mismatch $(BLASFLAGS )
38
+
39
+
40
+
41
+ FFLAGS = -fdefault-real-8 -fdefault-double-8 -fbackslash -fopenmp -ffree-line-length-none -finit-local-zero -fimplicit-none -flto -fcray-pointer -Ofast -march=native -Wno-lto-type-mismatch -fallow-argument-mismatch $(BLASFLAGS )
40
42
41
43
# aocl
42
44
# FFLAGS= -O3 -Mfreeform -Mallocatable=03 -Mdaz -fdefault-real-8 -fopenmp -mavx2 -march=znver2 $(BLASFLAGS)
You can’t perform that action at this time.
0 commit comments