Tempus
Version of the Day
Time Integration
Loading...
Searching...
No Matches
test
TestUtils
Tempus_UnitTestMain.cpp
Go to the documentation of this file.
1
//@HEADER
2
// *****************************************************************************
3
// Tempus: Time Integration and Sensitivity Analysis Package
4
//
5
// Copyright 2017 NTESS and the Tempus contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
//@HEADER
9
10
#include "Teuchos_UnitTestRepository.hpp"
11
#include "Teuchos_GlobalMPISession.hpp"
12
#include "
Tempus_UnitTestMainUtils.hpp
"
13
14
int
main
(
int
argc,
char
* argv[])
15
{
16
Teuchos::GlobalMPISession mpiSession(&argc, &argv);
17
Tempus_Test::enableFPE
(
true
);
18
Teuchos::UnitTestRepository::setGloballyReduceTestResult(
true
);
19
return
Teuchos::UnitTestRepository::runUnitTestsFromMain(argc, argv);
20
}
Tempus_UnitTestMainUtils.hpp
main
int main(int argc, char *argv[])
Definition
Tempus_UnitTestMain.cpp:14
Tempus_Test::enableFPE
void enableFPE(bool enableFPE)
Enable Floating Point Exceptions.
Definition
Tempus_UnitTestMainUtils.hpp:28
Generated on Thu Oct 9 2025 20:59:09 for Tempus by
1.9.8