Zoltan2
|
Store and compare solution sets from different problems. More...
#include "Zoltan2_TestHelpers.hpp"
#include "Zoltan2_MetricAnalyzer.hpp"
#include <Zoltan2_Typedefs.hpp>
#include <Zoltan2_EvaluateFactory.hpp>
#include <Zoltan2_ProblemFactory.hpp>
#include <AdapterForTests.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_Time.hpp>
#include <sstream>
#include <string>
#include <map>
#include <iostream>
Go to the source code of this file.
Classes | |
class | ComparisonSource |
A class used to save problem solutions and timers. More... | |
class | ComparisonHelper |
A class for comparing solutions, metrics, and timing data of Zoltan2 problems. More... | |
Macros | |
#define | GET_PROBLEM_PARTS(adapterClass) |
#define | LOAD_METRIC_INFO(adapterClass, metricAnalyzerClass) |
#define | LOAD_METRIC_INFO_PARTITIONING(adapterClass) LOAD_METRIC_INFO(adapterClass, MetricAnalyzerEvaluatePartition<adapterClass>) |
#define | LOAD_METRIC_INFO_ORDERING(adapterClass) LOAD_METRIC_INFO(adapterClass, MetricAnalyzerEvaluateOrdering<adapterClass>) |
Store and compare solution sets from different problems.
Definition in file Zoltan2_ComparisonHelper.hpp.
#define GET_PROBLEM_PARTS | ( | adapterClass | ) |
#define LOAD_METRIC_INFO | ( | adapterClass, | |
metricAnalyzerClass | |||
) |
#define LOAD_METRIC_INFO_PARTITIONING | ( | adapterClass | ) | LOAD_METRIC_INFO(adapterClass, MetricAnalyzerEvaluatePartition<adapterClass>) |
#define LOAD_METRIC_INFO_ORDERING | ( | adapterClass | ) | LOAD_METRIC_INFO(adapterClass, MetricAnalyzerEvaluateOrdering<adapterClass>) |