Skip to content

Commit

Permalink
Merge pull request #70 from ucns3d-team/REFRESH
Browse files Browse the repository at this point in the history
updates libraries and archer2 Makefile
  • Loading branch information
paulostrobel authored Feb 23, 2024
2 parents ea6a4ba + de4faf1 commit d018352
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ LD=$(F90)


#amdblis aocl
BLASFLAGS= -I /opt/cray/pe/libsci/21.03.1.1/GNU/9.1/x86_64/include/
BLASLIBS= /opt/cray/pe/libsci/21.03.1.1/GNU/9.1/x86_64/lib/libsci_gnu.a
BLASFLAGS= -I /opt/cray/pe/libsci/22.12.1.1/GNU/9.1/x86_64/include/
BLASLIBS= /opt/cray/pe/libsci/22.12.1.1/GNU/9.1/x86_64/lib/libsci_gnu.a

OFLAGS=
#intel compilers
Expand All @@ -34,9 +34,11 @@ OFLAGS=

#gfortran
#debug run
#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)
#production run
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)
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)



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)

#aocl
#FFLAGS= -O3 -Mfreeform -Mallocatable=03 -Mdaz -fdefault-real-8 -fopenmp -mavx2 -march=znver2 $(BLASFLAGS)
Expand Down
Binary file added bin/lib/parmetis/libparmetis_gnu_mpi.a
Binary file not shown.
Binary file modified bin/lib/tecplot/libtecio.a
Binary file not shown.

0 comments on commit d018352

Please sign in to comment.