OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
IpplInfoWrapper.h
Go to the documentation of this file.
1 #ifndef IPPLINFOWRAPPER_H
2 #define IPPLINFOWRAPPER_H
3 
4 //
5 // Copyright & License: See Copyright.readme in src directory
6 //
7 
12 #include "Ippl.h"
13 
15 public:
16  IpplInfoWrapper(const std::string &inputFileName, int infoLevel, int warnLevel, MPI_Comm comm);
18 
19 private:
20  unsigned int exeName_m;
21  unsigned int inputFileName_m;
22  unsigned int noComm_m;
23  unsigned int info_m;
24  unsigned int infoLevel_m;
25  unsigned int warn_m;
26  unsigned int warnLevel_m;
27 
28  char *buffer_m;
29  char **arg_m;
30 
32 };
33 
34 #endif
int infoLevel
Definition: Options.cpp:9
int warnLevel
Definition: Options.cpp:11
unsigned int noComm_m
unsigned int warnLevel_m
IpplInfoWrapper(const std::string &inputFileName, int infoLevel, int warnLevel, MPI_Comm comm)
unsigned int warn_m
unsigned int infoLevel_m
unsigned int exeName_m
unsigned int info_m
unsigned int inputFileName_m