Zoltan2
Loading...
Searching...
No Matches
Zoltan2_SphynxVersion.cpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Sphynx
4//
5// Copyright 2020 NTESS and the Sphynx contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#include "Trilinos_version.h"
11#include <string>
12
13namespace Zoltan2 {
14
15 std::string Sphynx_Version() {
16 return("Sphynx in Trilinos " TRILINOS_VERSION_STRING);
17 }
18
19} // namespace Zoltan2
Created by mbenlioglu on Aug 31, 2020.
std::string Sphynx_Version()