Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <iostream>
#include <fstream>
#include <cstring>
#include <cstdlib>
#include <Teuchos_XMLObject.hpp>
#include <Teuchos_FileInputSource.hpp>
#include <Teuchos_XMLPerfTestArchive.hpp>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
Teuchos | |
Functions | |
XMLTestNode | Teuchos::PerfTest_MachineConfig () |
PerfTest_MachineConfig generates a basic machine configuration XMLTestNode. More... | |
PerfTestResult | Teuchos::PerfTest_CheckOrAdd_Test (XMLTestNode machine_config, XMLTestNode new_test, const std::string filename, const std::string ext_hostname=std::string()) |
Check whether a test is present and match an existing test in an archive. More... | |