Loading [MathJax]/extensions/TeX/AMSmath.js
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
GlobalContext.hpp File Reference

Infrastructure to synchronize objects created on the head node with their corresponding remote copies. More...

#include "Context.hpp"
#include "LocalContext.hpp"
#include "ObjectHandle.hpp"
#include "ParallelExceptionHandler.hpp"
#include "packed_variant.hpp"
#include "core/MpiCallbacks.hpp"
#include <utils/Factory.hpp>
#include <boost/mpi/communicator.hpp>
#include <boost/serialization/utility.hpp>
#include <cstddef>
#include <memory>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <utility>
+ Include dependency graph for GlobalContext.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScriptInterface::GlobalContext
 Global synchronizing context. More...
 

Namespaces

namespace  ScriptInterface
 

Detailed Description

Infrastructure to synchronize objects created on the head node with their corresponding remote copies.

Implementation in GlobalContext.cpp.

Definition in file GlobalContext.hpp.