|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <iostream>#include "Types/IpplTypes.h"#include "Utility/Inform.h"#include "Utility/ParallelDispatch.h"#include "Communicate/Communicator.h"#include "Communicate/Environment.h"#include "IpplCore.h"Go to the source code of this file.
Namespaces | |
| namespace | ippl |
| namespace | ippl::detail |
Functions | |
| void | ippl::initialize (int &argc, char *argv[], MPI_Comm comm) |
| void | ippl::finalize () |
| void | ippl::fence () |
| void | ippl::abort (const char *msg, int errorcode) |
| bool | ippl::detail::checkOption (const char *arg, const char *lstr, const char *sstr) |
| template<typename T, typename> | |
| T | ippl::detail::getNumericalOption (const char *arg) |
Variables | |
| std::unique_ptr< mpi::Communicator > | ippl::Comm = 0 |
| std::unique_ptr< mpi::Environment > | ippl::Env = 0 |
| std::unique_ptr< Inform > | ippl::Info = 0 |
| std::unique_ptr< Inform > | ippl::Warn = 0 |
| std::unique_ptr< Inform > | ippl::Error = 0 |