NEST main@caf0ae8
 
Loading...
Searching...
No Matches
kernel_manager.h File Reference
#include "config.h"
#include "connection_manager.h"
#include "event_delivery_manager.h"
#include "io_manager.h"
#include "logging_manager.h"
#include "model_manager.h"
#include "modelrange_manager.h"
#include "module_manager.h"
#include "mpi_manager.h"
#include "music_manager.h"
#include "node_manager.h"
#include "random_manager.h"
#include "simulation_manager.h"
#include "sp_manager.h"
#include "vp_manager.h"
#include "compose.hpp"
#include <fstream>
Include dependency graph for kernel_manager.h:

Go to the source code of this file.

Classes

class  nest::KernelManager
 Global properties of the simulation kernel. More...
 

Namespaces

namespace  nest
 Namespace for the NEST simulation kernel.
 

Macros

#define FULL_LOGGING_ONLY(code)
 Wrap debugging output code for easy enabling/disabling via -Dwith-full-logging=ON/OFF.
 

Functions

KernelManager & nest::kernel ()
 
RngPtr nest::get_rank_synced_rng ()
 
RngPtr nest::get_vp_synced_rng (size_t tid)
 
RngPtr nest::get_vp_specific_rng (size_t tid)
 

Macro Definition Documentation

◆ FULL_LOGGING_ONLY

#define FULL_LOGGING_ONLY (   code)

Wrap debugging output code for easy enabling/disabling via -Dwith-full-logging=ON/OFF.