summaryrefslogtreecommitdiff
path: root/benchmarks/CUDA/DG/include/parmetisbin.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-07-15 18:09:46 -0800
committerTor Aamodt <[email protected]>2010-07-15 18:09:46 -0800
commit69f2911e04ffb1b19eef1fafb8c040af271f656e (patch)
tree231d3b6bdc3a202f7c255bfcf7bf2c36e32cee9e /benchmarks/CUDA/DG/include/parmetisbin.h
creating branch for adding support for CUDA 3.x and Fermi
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6829]
Diffstat (limited to 'benchmarks/CUDA/DG/include/parmetisbin.h')
-rw-r--r--benchmarks/CUDA/DG/include/parmetisbin.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/benchmarks/CUDA/DG/include/parmetisbin.h b/benchmarks/CUDA/DG/include/parmetisbin.h
new file mode 100644
index 0000000..f0e9047
--- /dev/null
+++ b/benchmarks/CUDA/DG/include/parmetisbin.h
@@ -0,0 +1,31 @@
+/*
+ * Copyright 1997, Regents of the University of Minnesota
+ *
+ * par_metis.h
+ *
+ * This file includes all necessary header files
+ *
+ * Started 8/27/94
+ * George
+ *
+ * $Id: parmetisbin.h,v 1.1 2003/07/21 17:50:23 karypis Exp $
+ */
+
+/*
+#define DEBUG 1
+#define DMALLOC 1
+*/
+
+#include <stdheaders.h>
+#include "parmetis.h"
+
+#ifdef DMALLOC
+#include <dmalloc.h>
+#endif
+
+#include <rename.h>
+#include <defs.h>
+#include <struct.h>
+#include <macros.h>
+#include <proto.h>
+