Last active
December 24, 2016 02:10
-
-
Save quang-ha/a14d32e1ba57827bd4aebf9d6a7f8ea2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXE = | |
LIB = .a | |
OBJ = .o | |
MAKE = make | |
AR = ar | |
ARFLAGS = -ruv | |
CAT = cat | |
CCS = icc | |
CCP = mpiicc | |
CCD = icc -I${TACC_IMPI_INC} | |
CFLAGS = -O3 -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_\ | |
PTHREAD -Drestrict=__restrict -DIDXSIZE64 -fPIC | |
CLIBFLAGS = | |
LDFLAGS = -lz -lm -lrt -pthread | |
CP = cp | |
LEX = flex -Pscotchyy -olex.yy.c | |
LN = ln | |
MKDIR = mkdir | |
MV = mv | |
RANLIB = ranlib | |
YACC = bison -ps |
src
-> make ptscotch
-> make prefix=<> install
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
taken from
src/Make.inc/Makefile.inc.x86-64_pc_linux2