academic/parmetis: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 15:10:17 -04:00 committed by Willy Sudiarto Raharjo
parent a541c5f324
commit a7ca64f5c1
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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.