Skip to main content

ParMGridGen: Multilevel Serial & Parallel Coarse Grid Construction Library

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: ParMGridGen
Description: Multilevel Serial & Parallel Coarse Grid Construction Library
For more information: https://github.com/mrklein/ParMGridGen
Categories:
License: Unknown ((c) Univ of Minnesota, 2001)

General usage information

MGridGen/ParMGridGen are libraries for obtaining a sequence of successive coarse grids that are well-suited for geometric multigrid methods. The quality of the elements of the coarse grids is optimized using a multilevel framework. MGridGen is the serial version of the library, while ParMGridGen is parallelized using MPI.

This module will add the mgridgen and parmgridgen binaries to your PATH.

In case you need to link against this library in your code, the following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package ParMGridGen, by cluster

This section lists the available versions of the package ParMGridGenon the different clusters.

Available versions of ParMGridGen on the Zaratab cluster

Available versions of ParMGridGen on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
1.0 parmgridgen/1.0 icelake, x86_64, zen, zen2 Y






Back to Top