Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <iostream>
#include <fstream>
#include <Teuchos_RCP.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_Comm.hpp>
#include <Teuchos_CommHelpers.hpp>
Go to the source code of this file.
Functions | |
void | runTest (int ndoubles, Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
int | main (int narg, char **arg) |
void runTest | ( | int | ndoubles, |
Teuchos::RCP< const Teuchos::Comm< int > > & | comm | ||
) |
Definition at line 12 of file waterman_teuchoscomm.cpp.
int main | ( | int | narg, |
char ** | arg | ||
) |
Definition at line 40 of file waterman_teuchoscomm.cpp.