#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_TestForException.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Teuchos |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
Defines | |
#define | CLP_ERR_MSG |
#define | CLP_ERR_MSG |
#define | CLP_ERR_MSG |
#define CLP_ERR_MSG |
Value:
( recogniseAllOptions() ? "Error" : "Warning" ) \ << ", the " << j<<(j==1?"st":(j==2?"nd":(j==3?"rd":"th"))) \ << " option \'" << argv[argv_i] << "\' was not recognized (use --help)!"
#define CLP_ERR_MSG |
Value:
( recogniseAllOptions() ? "Error" : "Warning" ) \ << ", option --" << enum_opt_name << " was given an invalid " \ "initial option value of " << opt_value << "!"
#define CLP_ERR_MSG |
Value:
"Error, the value \"" << enum_str_val << "\" for the " \ << j<<(j==1?"st":(j==2?"nd":(j==3?"rd":"th"))) << " option --" \ << enum_opt_name << " was not recognized (use --help)!"