CoreNEURON
output_spikes.cpp File Reference
#include <iostream>
#include <sstream>
#include <cstring>
#include <stdexcept>
#include <vector>
#include <algorithm>
#include <numeric>
#include <limits>
#include "coreneuron/nrnconf.h"
#include "coreneuron/io/nrn2core_direct.h"
#include "coreneuron/io/output_spikes.hpp"
#include "coreneuron/mpi/nrnmpi.h"
#include "coreneuron/mpi/core/nrnmpi.hpp"
#include "coreneuron/utils/nrnmutdec.hpp"
#include "coreneuron/mpi/nrnmpidec.h"
#include "coreneuron/utils/string_utils.h"
#include "coreneuron/apps/corenrn_parameters.hpp"

Go to the source code of this file.

Namespaces

 coreneuron
 THIS FILE IS AUTO GENERATED DONT MODIFY IT.
 

Functions

static bool all_spikes_return (std::vector< double > &spiketvec, std::vector< int > &spikegidvec)
 Return all spike vectors to NEURON. More...
 
void coreneuron::mk_spikevec_buffer (int sz)
 
void coreneuron::spikevec_lock ()
 
void coreneuron::spikevec_unlock ()
 
static void coreneuron::local_spikevec_sort (std::vector< double > &isvect, std::vector< int > &isvecg, std::vector< double > &osvect, std::vector< int > &osvecg)
 
static void coreneuron::output_spikes_serial (const char *outpath)
 
void coreneuron::output_spikes (const char *outpath, const SpikesInfo &spikes_info)
 
void coreneuron::clear_spike_vectors ()
 
void coreneuron::validation (std::vector< std::pair< double, int >> &res)
 

Variables

std::vector< double > coreneuron::spikevec_time
 --> Coreneuron as SpikeBuffer class More...
 
std::vector< int > coreneuron::spikevec_gid
 
static OMP_Mutex coreneuron::mut
 

Function Documentation

◆ all_spikes_return()

static bool all_spikes_return ( std::vector< double > &  spiketvec,
std::vector< int > &  spikegidvec 
)
static

Return all spike vectors to NEURON.

Parameters
spiketvec- vector of spikes at the end of CORENEURON simulation
spikegidvec- vector of gids at the end of CORENEURON simulation
Returns
true if we are in embedded_run and NEURON has successfully retrieved the vectors

Definition at line 38 of file output_spikes.cpp.