OPAL (Object Oriented Parallel Accelerator Library)  2024.1
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
arg(a))
int run_opal(char *[], std::string inputfile, int restartStep, int infoLevel, int warnLevel, MPI_Comm comm)
Definition: opal.cpp:32
int infoLevel
Definition: Options.cpp:29
int warnLevel
Definition: Options.cpp:34