summaryrefslogtreecommitdiffstats
path: root/cluster/parmetis/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/parmetis/DETAILS')
-rwxr-xr-xcluster/parmetis/DETAILS22
1 files changed, 22 insertions, 0 deletions
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