Tpetra parallel linear algebra
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
core
src
Tpetra_iallreduce.hpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Tpetra: Templated Linear Algebra Services Package
4
//
5
// Copyright 2008 NTESS and the Tpetra contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef TPETRA_IALLREDUCE_HPP
11
#define TPETRA_IALLREDUCE_HPP
12
19
20
#include "
Tpetra_Details_iallreduce.hpp
"
21
22
namespace
Tpetra {
23
24
using ::Tpetra::Details::iallreduce
;
25
26
}
// namespace Tpetra
27
28
#endif // TPETRA_IALLREDUCE_HPP
Tpetra_Details_iallreduce.hpp
Declaration of Tpetra::Details::iallreduce.
Tpetra::Details::iallreduce
std::shared_ptr< CommRequest > iallreduce(const InputViewType &sendbuf, const OutputViewType &recvbuf, const ::Teuchos::EReductionType op, const ::Teuchos::Comm< int > &comm)
Nonblocking all-reduce, for either rank-1 or rank-0 Kokkos::View objects.
Definition:
Tpetra_Details_iallreduce.hpp:271
Generated on Thu Nov 21 2024 09:19:26 for Tpetra parallel linear algebra by
1.8.5