From 69f2911e04ffb1b19eef1fafb8c040af271f656e Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Thu, 15 Jul 2010 18:09:46 -0800 Subject: creating branch for adding support for CUDA 3.x and Fermi [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6829] --- .../CUDA/DG/3rdParty/ParMetis-3.1/Makefile.osx | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/Makefile.osx (limited to 'benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/Makefile.osx') diff --git a/benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/Makefile.osx b/benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/Makefile.osx new file mode 100644 index 0000000..a8a3172 --- /dev/null +++ b/benchmarks/CUDA/DG/3rdParty/ParMetis-3.1/Makefile.osx @@ -0,0 +1,32 @@ + +# Which compiler to use +CC = mpicc + + +# What optimization level to use +OPTFLAGS = -g + +# Include directories for the compiler +INCDIR = -I/opt/local/include -I/usr/include/malloc + +# What options to be used by the compiler +COPTIONS = + +# Which loader to use +LD = mpicc + +# In which directories to look for any additional libraries +LIBDIR = -L/opt/local/lib -L/usr/lib + +# 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 = -- cgit v1.3