Skip to content

Commit d018352

Browse files
authored
Merge pull request #70 from ucns3d-team/REFRESH
updates libraries and archer2 Makefile
2 parents ea6a4ba + de4faf1 commit d018352

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

bin/gnu-compiler/archer/Makefile_archer bin/gnu-compiler/archer/Makefile

+7-5
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ LD=$(F90)
2121

2222

2323
#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
2626

2727
OFLAGS=
2828
#intel compilers
@@ -34,9 +34,11 @@ OFLAGS=
3434

3535
#gfortran
3636
#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)
4042

4143
#aocl
4244
#FFLAGS= -O3 -Mfreeform -Mallocatable=03 -Mdaz -fdefault-real-8 -fopenmp -mavx2 -march=znver2 $(BLASFLAGS)
441 KB
Binary file not shown.

bin/lib/tecplot/libtecio.a

3.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)