Skip to content

Instantly share code, notes, and snippets.

@cwsmith
Created December 11, 2015 13:05
Show Gist options
  • Save cwsmith/51c3582c6220abe2c5f2 to your computer and use it in GitHub Desktop.
Save cwsmith/51c3582c6220abe2c5f2 to your computer and use it in GitHub Desktop.
parmetis 3.2 make configuration
# Which compiler to use
CC = mpicc
# What optimization level to use
#OPTFLAGS = -g
OPTFLAGS = -O2 -g -fno-omit-frame-pointer
# Include directories for the compiler
INCDIR =
# What options to be used by the compiler
#COPTIONS = -g
COPTIONS = -DNDEBUG
# Which loader to use
LD = mpicc
# In which directories to look for any additional libraries
LIBDIR =
# What additional libraries to link the programs with (eg., -lmpi)
#XTRALIBS = -lefence
#XTRALIBS = -ldmalloc
# What archiving to use
AR = ar rv
# What to use for indexing the archive
#RANLIB = ranlib
RANLIB = ar -ts
VERNUM = 3.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment