Skip to content

ParMETIS

ParMETIS is installed on the Blue Gene/Q and the Intel Cluster. Note that the METIS header and library are installed alongside the parmetis header and library.

All builds use the 64bit idx type.

Intel Cluster

An install compiled with the MVAPICH2-2.0a and GNU GCC is here:

/gpfs/sb/software/x86-rhel6/parmetis/mvapich2-2.0a-gcc44/latest

An install compiled with the OpenMPI 1.6.5 MPI and GNU GCC is here:

/gpfs/sb/software/x86-rhel6/parmetis/openmpi-1.6-gcc44/latest

Loading the module file:

experimental/parmetis/[openmpi-1.6-gcc44|mvapich2-2.0a-gcc44]

will set the variable PARMETIS_INSTALL_DIR to the install dir path.

Blue Gene/Q

An install compiled with GNU GCC is here:

/gpfs/sb/software/bgq/parmetis/gnu/latest

An install compiled with IBM XL is here:

/gpfs/sb/software/bgq/parmetis/xl/latest

Loading the module file:

module load parmetis/[gnu|xl]

will set the variable PARMETIS_INSTALL_DIR and prepend CMAKE_PREFIX_PATH.