OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
opal.h
Go to the documentation of this file.
1 #ifndef __OPAL_H__
2 #define __OPAL_H__
3 
4 #include "Utility/IpplInfo.h"
5 
6 int run_opal(char *arg[],
7  std::string inputfile,
8  int restartStep = -2,
9  int infoLevel = 1,
10  int warnLevel = 1,
11  MPI_Comm comm = MPI_COMM_WORLD);
12 
13 #endif
int run_opal(char *arg[], std::string inputfile, int restartStep=-2, int infoLevel=1, int warnLevel=1, MPI_Comm comm=MPI_COMM_WORLD)
Definition: opal.cpp:32
arg(a))
int warnLevel
Definition: Options.cpp:34
int infoLevel
Definition: Options.cpp:29