LAMA
|
Base and interface class for communicators used in LAMA. More...
#include <lama/config.hpp>
#include <lama/NonCopyable.hpp>
#include <lama/Printable.hpp>
#include <lama/LAMATypes.hpp>
#include <lama/HostReadAccess.hpp>
#include <lama/HostWriteAccess.hpp>
#include <lama/CommunicationPlan.hpp>
#include <lama/exception/LAMAAssert.hpp>
#include <logging/logging.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <vector>
#include <cmath>
Go to the source code of this file.
Data Structures | |
class | lama::Communicator |
Base and interface class for communicators used in LAMA. More... | |
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Typedefs | |
typedef boost::shared_ptr < const Communicator > | lama::CommunicatorPtr |
Base and interface class for communicators used in LAMA.