Skip to content

Instantly share code, notes, and snippets.

@cwsmith
Last active October 28, 2015 13:01
Show Gist options
  • Save cwsmith/a632509cc7b904eb1d30 to your computer and use it in GitHub Desktop.
Save cwsmith/a632509cc7b904eb1d30 to your computer and use it in GitHub Desktop.
parmetis makefile patch
*** Makefile.in 2011-04-05 15:18:53.000000000 -0700
--- /global/homes/c/cwsmith/ace3pDevelop/deps/ParMetis-3.2.0/Makefile.in 2015-10-23 15:28:35.297685000 -0700
***************
*** 1,6 ****
# Which compiler to use
! CC = mpicc
# What optimization level to use
--- 1,6 ----
# Which compiler to use
! CC = cc
# What optimization level to use
***************
*** 15,21 ****
COPTIONS = -DNDEBUG
# Which loader to use
! LD = mpicc
# In which directories to look for any additional libraries
LIBDIR =
--- 15,21 ----
COPTIONS = -DNDEBUG
# Which loader to use
! LD = cc
# In which directories to look for any additional libraries
LIBDIR =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment