diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 15:10:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:36 +0700 |
commit | a7ca64f5c11803ff07573e8f130251fceed5064a (patch) | |
tree | 6c70d64723a4681971198f90d403de5ff3efd91f /academic | |
parent | a541c5f32401232af11a18e7f91ddd921862c9ba (diff) | |
download | slackbuilds-a7ca64f5c11803ff07573e8f130251fceed5064a.tar.gz |
academic/parmetis: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/parmetis/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/academic/parmetis/README b/academic/parmetis/README index 018f15ca02..ac2b847cf4 100644 --- a/academic/parmetis/README +++ b/academic/parmetis/README @@ -1,10 +1,10 @@ -ParMETIS (Parallel Graph Partitioning and Fill-reducing Matrix Ordering) +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 +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) +Set precision type: DP=yes (for 64-bit, default is 32-bit) The requirement is a MPI implementation, either mpich or openmpi. |