ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
GlobalContext.cpp File Reference

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

#include "GlobalContext.hpp"
#include "Exception.hpp"
#include "ObjectHandle.hpp"
#include "packed_variant.hpp"
#include <utils/serialization/pack.hpp>
#include <cassert>
#include <stdexcept>
#include <string>
#include <utility>
+ Include dependency graph for GlobalContext.cpp:

Go to the source code of this file.

Namespaces

namespace  ScriptInterface
 

Detailed Description

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

Methods of script interface classes may throw exceptions of type ScriptInterface::Exception. These exceptions will halt the flow of the program on the head node. The same exceptions will be thrown in the remote copies but will be silenced, since they are redundant. Other types of exceptions are not silenced.

Implementation of GlobalContext.hpp.

Definition in file GlobalContext.cpp.