Definitions for serial applications.
More...
Definitions for serial applications.
- Author
- Michael T. Campbell (mtcam.nosp@m.pbe@.nosp@m.illin.nosp@m.ois..nosp@m.edu)
- Date
Definition in file IX/include/Application.H.
#include "Profiler.H"
#include "Global.H"
#include "ComLine.H"
Go to the source code of this file.
|
| | ix |
| | Defines MPI-specific parallel global and program classes.
|
| |
| | ix::app |
| |
|
| typedef profiler::ProfilerObj | Profiler |
| |
| typedef global::GlobalObj< std::string, std::string, Profiler > | Global |
| |
| typedef global::Program< Global, command_line > | ProgramType |
| |
|
| template<typename ProgramType > |
| int | ProgramDriver (ProgramType &applicationProgram) |
| |