Zoltan2
Loading...
Searching...
No Matches
Zoltan2_Version.cpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Zoltan2: A package of combinatorial algorithms for scientific computing
4//
5// Copyright 2012 NTESS and the Zoltan2 contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10//@HEADER
11// ************************************************************************
12// copyright
13// ************************************************************************
14//@HEADER
15
16#include <Zoltan2_Version.hpp>
17
22namespace Zoltan2 {
23
24 std::string Zoltan2_Version() {
25 return("Zoltan2 in Trilinos " TRILINOS_VERSION_STRING);
26 }
27
28} // namespace Zoltan2
Implementation of Trilinos convention for versioning.
Created by mbenlioglu on Aug 31, 2020.
std::string Zoltan2_Version()