OpenAtom  Version1.5a
startupMessages.h
1 #include "startupMessages.decl.h"
2 
3 #include "paircalc/pcConfig.h"
4 #include "paircalc/pcInstanceIDs.h"
5 #include "charm++.h"
6 
7 #ifndef STARTUP_MESSAGES_H
8 #define STARTUP_MESSAGES_H
9 
10 /// paircalc::CreationManager returns relevant chare array handles via this msg
12 {
13  public:
14  CkArrayID gspAID;
15  cp::paircalc::pcConfig symmCfg, asymmCfg;
16  cp::paircalc::InstanceIDs symmIDs, asymmIDs;
17  CkArrayID orthoAID;
18 };
19 
20 #endif // STARTUP_MESSAGES_H
21 
paircalc::CreationManager returns relevant chare array handles via this msg
Dumb structure that holds all the configuration inputs required for paircalc instantiation, functioning and interaction.
Definition: pcConfig.h:23
A tiny structure to hold the relevant IDs/ proxies required to interact with a paircalc instance...
Definition: pcInstanceIDs.h:11