#include <Zoltan2_config.h>
#include <Zoltan2_Environment.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <string>
Go to the source code of this file.
template<typename T >
int testInvalidValue |
( |
Teuchos::ParameterList & |
pl, |
|
|
string |
paramName, |
|
|
T |
badValue |
|
) |
| |
int main |
( |
int |
narg, |
|
|
char * |
arg[] |
|
) |
| |
string fnParams[NUMFN][3] |
|
static |
Initial value:={
{"debug_output_file", "temp.txt", "5"},
{"timer_output_file", "timerInfo.txt", "10.3"},
{"memory_output_file", "memory.txt", "3.33"}
}
Definition at line 63 of file AllParameters.cpp.