build-blocks:
- modulefiles added
This commit is contained in:
19
scripts/MPI/parmetis/modulefile
Normal file
19
scripts/MPI/parmetis/modulefile
Normal file
@@ -0,0 +1,19 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "ParMETIS - Parallel Graph Partitioning and Fill-reducing Matrix Ordering"
|
||||
set url "http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview"
|
||||
set license "See: \$PARMETIS_DIR/share/doc/parmetis/LICENSE.txt"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
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 functioni-
|
||||
ality 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 the parallel multilevel
|
||||
k-way graph-partitioning, adaptive repartitioning, and parallel multi-
|
||||
constrained partitioning schemes developed in our lab.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
Reference in New Issue
Block a user