Tempus
Version of the Day
Time Integration
Loading...
Searching...
No Matches
test
TestUtils
Tempus_UnitTestMain.cpp
Go to the documentation of this file.
1
#include "Teuchos_UnitTestRepository.hpp"
2
#include "Teuchos_GlobalMPISession.hpp"
3
#include "
Tempus_UnitTestMainUtils.hpp
"
4
5
int
main
(
int
argc,
char
* argv[] )
6
{
7
Teuchos::GlobalMPISession mpiSession(&argc, &argv);
8
Tempus_Test::enableFPE
(
true
);
9
Teuchos::UnitTestRepository::setGloballyReduceTestResult(
true
);
10
return
Teuchos::UnitTestRepository::runUnitTestsFromMain(argc, argv);
11
}
Tempus_UnitTestMainUtils.hpp
main
int main(int argc, char *argv[])
Definition
Tempus_UnitTestMain.cpp:5
Tempus_Test::enableFPE
void enableFPE(bool enableFPE)
Enable Floating Point Exceptions.
Definition
Tempus_UnitTestMainUtils.hpp:29
Generated by
1.10.0