Zoltan2
Loading...
Searching...
No Matches
Zoltan2_PartitioningAlgorithms.hpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Zoltan2: A package of combinatorial algorithms for scientific computing
4//
5// Copyright 2012 NTESS and the Zoltan2 contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef _ZOLTAN2_PARTITIONINGALGORITHMS_HPP_
11#define _ZOLTAN2_PARTITIONINGALGORITHMS_HPP_
12
13#include <Zoltan2_Standards.hpp>
14#include <Zoltan2_AlgScotch.hpp>
17#include <Zoltan2_AlgPuLP.hpp>
18#include <Zoltan2_AlgParMA.hpp>
19#include <Zoltan2_AlgBlock.hpp>
21#include <Zoltan2_AlgSarma.hpp>
22#include <Zoltan2_AlgZoltan.hpp>
24
25#endif
The algorithm for block partitioning.
NOT a real algorithm; this algorithm is used to force hard-coded results for testing.
Contains the Multi-jagged algorthm.
interface to the ParMA library
Interface to the third-party library ParMETIS.
interface to the PuLP third-party library
interface to the Scotch third-party library
interface to the Zoltan package
Gathering definitions used in software development.