Zoltan2
|
A hybrid MPI+Kokkos version of the framework proposed by Gebremedhin and Manne. More...
#include <vector>
#include <unordered_map>
#include <iostream>
#include <fstream>
#include <queue>
#include <sys/time.h>
#include <algorithm>
#include "Zoltan2_Algorithm.hpp"
#include "Zoltan2_GraphModel.hpp"
#include "Zoltan2_ColoringSolution.hpp"
#include "Zoltan2_Util.hpp"
#include "Zoltan2_TPLTraits.hpp"
#include "Zoltan2_AlltoAll.hpp"
#include "Tpetra_Core.hpp"
#include "Teuchos_RCP.hpp"
#include "Tpetra_Import.hpp"
#include "Tpetra_FEMultiVector.hpp"
#include "KokkosKernels_Handle.hpp"
#include "KokkosKernels_IOUtils.hpp"
#include "KokkosGraph_Distance1Color.hpp"
#include "KokkosGraph_Distance1ColorHandle.hpp"
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | Zoltan2::AlgDistance1< Adapter > |
Namespaces | |
Zoltan2 | |
Created by mbenlioglu on Aug 31, 2020. | |
A hybrid MPI+Kokkos version of the framework proposed by Gebremedhin and Manne.
Definition in file Zoltan2_AlgHybridD1.hpp.