CoreNEURON
|
#include <cstdio>
#include <cstdlib>
#include <map>
#include <mutex>
#include <vector>
#include "coreneuron/nrnconf.h"
#include "coreneuron/apps/corenrn_parameters.hpp"
#include "coreneuron/sim/multicore.hpp"
#include "coreneuron/mpi/nrnmpidec.h"
#include "coreneuron/network/netcon.hpp"
#include "coreneuron/network/netcvode.hpp"
#include "coreneuron/nrniv/nrniv_decl.h"
#include "coreneuron/utils/ivocvect.hpp"
#include "coreneuron/network/multisend.hpp"
#include "coreneuron/utils/nrn_assert.h"
#include "coreneuron/utils/nrnoc_aux.hpp"
#include "coreneuron/utils/profile/profiler_interface.h"
#include "coreneuron/utils/utils.hpp"
Go to the source code of this file.
Namespaces | |
coreneuron | |
THIS FILE IS AUTO GENERATED DONT MODIFY IT. | |
Macros | |
#define | TBUFSIZE 0 |
Functions | |
void | coreneuron::nrn_spike_exchange_init () |
static void | coreneuron::alloc_mpi_space () |
Allocate space for spikes: 200 structs of {int gid; double time} coming from nrnmpi.h and array of int of the global domain size. More... | |
static bool | coreneuron::nrn_need_npe () |
void | coreneuron::nrn_fake_fire (int gid, double spiketime, int fake_out) |
int | coreneuron::nrn_set_timeout (int timeout) |
void | coreneuron::BBS_netpar_solve (double tstop) |
double | coreneuron::set_mindelay (double maxdelay) |
int | coreneuron::nrnmpi_spike_compress (int nspike, bool gid_compress, int xchng_meth) |
Variables | |
static bool | coreneuron::active_ = false |
static double | coreneuron::usable_mindelay_ |
static double | coreneuron::mindelay_ |
static double | coreneuron::last_maxstep_arg_ |
static std::vector< NetParEvent > | coreneuron::npe_ |
static int | coreneuron::timeout_ = 0 |
#define TBUFSIZE 0 |
Definition at line 236 of file netpar.cpp.