Skip to content

Commit

Permalink
Merge pull request SPECFEM#1623 from arstgr/devel
Browse files Browse the repository at this point in the history
updated Makefile for x86-64 linux
  • Loading branch information
danielpeter committed Jul 18, 2023
2 parents d3f66cb + d90047d commit d2105bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ CAT = cat
CCS = gcc
CCP = mpicc
CCD = gcc
CFLAGS = -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -DIDXSIZE64
CFLAGS = -O3 -march=native -Ofast -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -DSCOTCH_PTHREAD -Drestrict=__restrict -DIDXSIZE64
CLIBFLAGS =
LDFLAGS = -lz -lm
LDFLAGS = -lz -lm -lpthread
CP = cp
LEX = flex -Pscotchyy -olex.yy.c
LN = ln
Expand Down

0 comments on commit d2105bb

Please sign in to comment.