OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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 "Utility/IpplInfo.h"
13
15public:
16 IpplInfoWrapper(const std::string &inputFileName, int infoLevel, int warnLevel, MPI_Comm comm);
18
19private:
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 warnLevel
Definition: Options.cpp:34
int infoLevel
Definition: Options.cpp:29
IpplInfoWrapper(const std::string &inputFileName, int infoLevel, int warnLevel, MPI_Comm comm)
unsigned int noComm_m
unsigned int info_m
unsigned int inputFileName_m
unsigned int warnLevel_m
unsigned int warn_m
unsigned int infoLevel_m
unsigned int exeName_m