TRIQS/nda
2.0.0
Multi-dimensional array library for C++
Toggle main menu visibility
Loading...
Searching...
No Matches
mpi.hpp
Go to the documentation of this file.
1
// Copyright (c) 2019--present, The Simons Foundation
2
// This file is part of TRIQS/nda and is licensed under the Apache License, Version 2.0.
3
// SPDX-License-Identifier: Apache-2.0
4
// See LICENSE in the root of this distribution for details.
5
10
11
#pragma once
12
13
#ifndef NDA_HAVE_MPI
14
#error "MPI support is not enabled in this build of nda. Please configure and install nda with -DMPISupport=ON"
15
#endif
16
17
#include "
./mpi/broadcast.hpp
"
18
#include "
./mpi/gather.hpp
"
19
#include "
./mpi/reduce.hpp
"
20
#include "
./mpi/scatter.hpp
"
21
#include "
./mpi/utils.hpp
"
broadcast.hpp
Provides an MPI broadcast function for nda::basic_array or nda::basic_array_view types.
gather.hpp
Provides an MPI gather function for nda::basic_array or nda::basic_array_view types.
utils.hpp
Provides various utility functions used by the MPI interface of nda.
reduce.hpp
Provides an MPI reduce function for nda::basic_array or nda::basic_array_view types.
scatter.hpp
Provides an MPI scatter function for nda::basic_array or nda::basic_array_view types.
nda
mpi.hpp
Generated by
1.17.0