OPAL (Object Oriented Parallel Accelerator Library)
2022.1
OPAL
src
src
_PyOpal
Globals.cpp
Go to the documentation of this file.
1
#include <gsl/gsl_errno.h>
2
3
#include "H5hut.h"
4
5
#include "
AbstractObjects/OpalData.h
"
6
#include "
OpalConfigure/Configure.h
"
7
#include "
OpalParser/OpalParser.h
"
8
#include "
Parser/FileStream.h
"
9
#include "Parser/TerminalStream.h"
10
#include "
Utilities/Timer.h
"
11
#include "
Fields/Fieldmap.h
"
12
#include "
FixedAlgebra/FTps.h
"
13
14
#include "
BasicActions/Option.h
"
15
#include "
Utilities/Options.h
"
16
#include "
Utilities/Options.h
"
17
#include "
Utilities/OpalException.h
"
18
#include "
Utilities/Util.h
"
19
20
#include "
OPALconfig.h
"
21
22
#ifdef ENABLE_AMR
23
#include <AMReX_ParallelDescriptor.H>
24
#endif
25
/*
26
Includes related to the optimizer
27
*/
28
#include "boost/smart_ptr.hpp"
29
30
#include "
Pilot/Pilot.h
"
31
#include "
Util/CmdArguments.h
"
32
#include "
Util/OptPilotException.h
"
33
34
#include "
Optimizer/EA/FixedPisaNsga2.h
"
35
#include "
Optimizer/EA/BlendCrossover.h
"
36
#include "
Optimizer/EA/IndependentBitMutation.h
"
37
38
#include "
Optimize/OpalSimulation.h
"
39
40
#include "
Comm/CommSplitter.h
"
41
#include "
Comm/Topology/NoCommTopology.h
"
42
#include "
Comm/Splitter/ManyMasterSplit.h
"
43
#include "
Comm/MasterGraph/SocialNetworkGraph.h
"
44
45
#include "
Expression/Parser/function.hpp
"
46
#include "
Expression/FromFile.h
"
47
#include "
Expression/SumErrSq.h
"
48
#include "
Expression/SDDSVariable.h
"
49
#include "
Expression/RadialPeak.h
"
50
#include "
Expression/SumErrSqRadialPeak.h
"
51
#include "
Expression/ProbeVariable.h
"
52
53
#include <gsl/gsl_errno.h>
54
55
#include <boost/filesystem.hpp>
56
#include <boost/algorithm/string/predicate.hpp>
57
58
#include <mpi.h>
59
60
#include <cstring>
61
#include <set>
62
#include <algorithm>
63
#include "
Utilities/OpalException.h
"
64
#define PYOPAL_GLOBALS_C
65
#include "
PyOpal/Globals.h
"
66
67
namespace
{
68
void
errorHandlerGSL(
const
char
*reason,
69
const
char
*file,
70
int
line,
71
int
gsl_errno) {
72
throw
OpalException
(file, reason);
73
}
74
}
75
76
namespace
PyOpal
{
77
namespace
Globals {
78
void
Initialise
() {
79
if
(
gmsg
== NULL) {
80
std::cerr <<
"GMSG init "
<<
gmsg
<<
std::endl
;
81
gmsg
=
new
Inform
(
"OPAL"
);
82
std::cerr <<
"GMSG inited "
<<
gmsg
<<
std::endl
;
83
}
84
if
(
ippl
== NULL) {
85
int
argc = 3;
86
87
char
* argvr[] = {
88
(
char
*)(
"pyopal"
),
89
(
char
*)(
"--processes"
),
90
(
char
*)(
"3"
),
91
//(char*)("--commlib"),
92
//(char*)("serial"),
93
nullptr
94
};
95
char
** argv = argvr;
96
std::cerr <<
"INITIALISING IPPL"
<<
std::endl
;
97
// Ippl is a typedef of IpplInfo in ippl/Utilities
98
//MPI_Init(&argc, &argv);
99
ippl
=
new
Ippl
(argc, argv);
100
std::cerr <<
"INITIALISED IPPL"
<<
std::endl
;
101
}
102
gsl_set_error_handler(&errorHandlerGSL);
103
}
104
}
105
}
OpalSimulation.h
Option.h
OPALconfig.h
FTps.h
FileStream.h
Options.h
Util.h
Fieldmap.h
OpalException.h
Configure.h
OpalParser.h
OpalData.h
endl
Inform & endl(Inform &inf)
Definition:
Inform.cpp:42
Ippl
IpplInfo Ippl
Definition:
IpplInfo.h:353
CmdArguments.h
OptPilotException.h
FixedPisaNsga2.h
BlendCrossover.h
IndependentBitMutation.h
NoCommTopology.h
ManyMasterSplit.h
SocialNetworkGraph.h
CommSplitter.h
Pilot.h
SumErrSqRadialPeak.h
RadialPeak.h
SDDSVariable.h
function.hpp
SumErrSq.h
ProbeVariable.h
PyOpal
Definition:
ExceptionTranslation.cpp:5
PyOpal::Globals::Initialise
void Initialise()
Definition:
Globals.cpp:78
OpalException
The base class for all OPAL exceptions.
Definition:
OpalException.h:28
Inform
Definition:
Inform.h:42
Globals.h
ippl
Ippl * ippl
Definition:
Main.cpp:60
gmsg
Inform * gmsg
Definition:
Main.cpp:61
FromFile.h
Timer.h
Generated on Thu Oct 20 2022 17:40:11 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.3