summaryrefslogtreecommitdiffstats
path: root/cluster/parmetis
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /cluster/parmetis
initial commit from stable 0.3
Diffstat (limited to 'cluster/parmetis')
-rwxr-xr-xcluster/parmetis/BUILD13
-rwxr-xr-xcluster/parmetis/CONFLICTS1
-rwxr-xr-xcluster/parmetis/DEPENDS1
-rwxr-xr-xcluster/parmetis/DETAILS22
-rw-r--r--cluster/parmetis/HISTORY14
5 files changed, 51 insertions, 0 deletions
diff --git a/cluster/parmetis/BUILD b/cluster/parmetis/BUILD
new file mode 100755
index 0000000000..c39f667cb6
--- /dev/null
+++ b/cluster/parmetis/BUILD
@@ -0,0 +1,13 @@
+(
+ make &&
+
+ install -m 644 parmetis.h /usr/include &&
+
+ install -m 644 libmetis.a /usr/lib &&
+ install -m 644 libparmetis.a /usr/lib &&
+
+ install -d /usr/doc/parmetis &&
+ install -m 644 Manual/manual.ps /usr/doc/parmetis &&
+ install -m 644 Manual/manual.pdf /usr/doc/parmetis
+
+) > $C_FIFO 2>&1
diff --git a/cluster/parmetis/CONFLICTS b/cluster/parmetis/CONFLICTS
new file mode 100755
index 0000000000..4652cfb601
--- /dev/null
+++ b/cluster/parmetis/CONFLICTS
@@ -0,0 +1 @@
+conflicts metis
diff --git a/cluster/parmetis/DEPENDS b/cluster/parmetis/DEPENDS
new file mode 100755
index 0000000000..15655fd04c
--- /dev/null
+++ b/cluster/parmetis/DEPENDS
@@ -0,0 +1 @@
+depends mpich
diff --git a/cluster/parmetis/DETAILS b/cluster/parmetis/DETAILS
new file mode 100755
index 0000000000..13079339bb
--- /dev/null
+++ b/cluster/parmetis/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=parmetis
+ VERSION=3.1
+ SOURCE=ParMetis-$VERSION.tar.gz
+ MD5[0]=b565c69059af66f35edf057f7e41c79e
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ParMetis-$VERSION
+ SOURCE_URL[0]=http://www-users.cs.umn.edu/~karypis/metis/$SPELL/files/$SOURCE
+ WEB_SITE=http://www-users.cs.umn.edu/~karypis/metis/parmetis
+ ENTERED=20020604
+ UPDATED=20020604
+ MAINTAINER=zoran@idi.ntnu.no
+ LICENSE=UNKNOWN
+ SHORT="parallel graph partitioning programs"
+cat << EOF
+ParMETIS is an MPI-based parallel library that implements
+a variety of algorithms for partitioning unstructured graphs,
+meshes, and for computing fill-reducing orderings of sparse
+matrices. ParMETIS extends the functionality provided by
+METIS and includes routines that are especially suited for
+parallel AMR computations and large scale numerical simulations.
+The algorithms implemented in ParMETIS are based on
+parallel multilevel k-way graph-partitioning algorithms
+EOF
diff --git a/cluster/parmetis/HISTORY b/cluster/parmetis/HISTORY
new file mode 100644
index 0000000000..c0055430ba
--- /dev/null
+++ b/cluster/parmetis/HISTORY
@@ -0,0 +1,14 @@
+2004-01-25 David C. Haley <dhaley@hot.rr.com>
+ * DETAILS: updated to version 3.1
+
+2002-10-18 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Added MD5 sum.
+ Works with gcc3.
+
+2002-06-10 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Added LICENSE entry.
+ Added temporary USEGCC2 - not yet tested with gcc3.
+
+2002-06-04 Zoran Constantinescu <zoran@idi.ntnu.no>
+ * Spell created.
+