Cabana 0.8.0-dev
 
Loading...
Searching...
No Matches
Cabana_Grid_Halo_Mpi.hpp File Reference

Multi-node grid scatter/gather implemented with vanilla MPI. More...

#include <Cabana_Grid_Array.hpp>
#include <Cabana_Grid_IndexSpace.hpp>
#include <Cabana_ParameterPack.hpp>
#include <Kokkos_Core.hpp>
#include <Kokkos_Profiling_ScopedRegion.hpp>
#include <mpi.h>
#include <algorithm>
#include <array>
#include <cmath>
#include <type_traits>
#include <vector>
Include dependency graph for Cabana_Grid_Halo_Mpi.hpp:

Go to the source code of this file.

Classes

class  Cabana::Grid::Halo< MemorySpace, Mpi >
 Grid Halo class. Variant that uses vanilla MPI as the communication backend. More...
 

Namespaces

namespace  Cabana
 Core: particle data structures and algorithms.
 

Detailed Description

Multi-node grid scatter/gather implemented with vanilla MPI.