diff options
author | Guilherme Calandrini <g_calandrini[at]hotmail[dot]es> | 2015-09-11 01:15:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-11 01:15:23 +0700 |
commit | 15a69ecaf465fb80959337bfa817274f52a20669 (patch) | |
tree | ae3e8ab10b0013d87a71971ac28fd8e7101f9f22 /academic/parmetis/README | |
parent | 167d7118ba027cacefe662c452e3258b53a6910a (diff) | |
download | slackbuilds-15a69ecaf465fb80959337bfa817274f52a20669.tar.gz |
academic/parmetis: Added (parallel library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/parmetis/README')
-rw-r--r-- | academic/parmetis/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/parmetis/README b/academic/parmetis/README new file mode 100644 index 0000000000..018f15ca02 --- /dev/null +++ b/academic/parmetis/README @@ -0,0 +1,10 @@ +ParMETIS (Parallel Graph Partitioning and Fill-reducing Matrix Ordering) + +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. + +Set precision type: +DP=yes (for 64-bit, default is 32-bit) + +The requirement is a MPI implementation, either mpich or openmpi. |