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