Go to the documentation of this file.
20 void read_phase1(NrnThread& nt, UserParams& userParams);
21 void read_phase2(NrnThread& nt, UserParams& userParams);
22 void read_phase3(NrnThread& nt, UserParams& userParams);
27 bool is_mapping_needed,
28 CheckPoints& checkPoints,
29 bool run_setup_cleanup =
true,
30 const char* datapath =
"",
31 const char* restore_path =
"",
32 double* mindelay =
nullptr);
37 CheckPoints& checkPoints,
38 bool is_mapping_needed =
false,
39 bool run_setup_cleanup =
true);
108 if (!in_memory_transfer) {
109 const char* data_dir = userParams.
path;
117 std::string fname = std::string(data_dir) +
"/" +
118 std::to_string(userParams.
gidgroups[
i]) +
"_" + getPhaseName<P>() +
134 read_phase_aux<P>(*nt, userParams);
135 if (!in_memory_transfer) {
std::vector< FileHandler > file_reader
void read_phase_aux< two >(NrnThread &nt, UserParams &userParams)
size_t model_size(bool detailed_report)
void setup_ThreadData(NrnThread &nt)
static bool file_exist(const std::string &filename)
std::string getPhaseName< gap >()
void read_phase2(NrnThread &nt, UserParams &userParams)
void read_phase_aux< one >(NrnThread &nt, UserParams &userParams)
void read_phasegap(NrnThread &nt, UserParams &userParams)
void read_phase1(NrnThread &nt, UserParams &userParams)
std::string getPhaseName()
Get the phase number in form of the string.
void read_phase_aux< three >(NrnThread &nt, UserParams &userParams)
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
This structure is data needed is several part of nrn_setup, phase1 and phase2.
void read_phase_aux(NrnThread &nt, UserParams &)
Reading phase selector.
void nrn_setup(const char *filesdat, bool is_mapping_needed, CheckPoints &checkPoints, bool run_setup_cleanup, const char *datpath, const char *restore_path, double *mindelay)
std::pair< size_t, size_t > P
void * phase_wrapper_w(NrnThread *nt, UserParams &userParams, bool in_memory_transfer)
Reading phase wrapper for each neuron group.
void nrn_multithread_job(F &&job, Args &&... args)
const int *const gidgroups
Array of cell group numbers (indices)
void nrn_init_and_load_data(int argc, char *argv[], CheckPoints &checkPoints, bool is_mapping_needed, bool run_setup_cleanup)
std::string getPhaseName< two >()
const char *const restore_path
Dataset path from where simulation is being restored.
const char *const path
path to dataset file
void read_phase3(NrnThread &nt, UserParams &userParams)
read mapping information for neurons
size_t memb_list_size(NrnThreadMembList *tml, bool include_data)
static void phase_wrapper(UserParams &userParams, int direct=0)
Specific phase reading executed by threads.
int nrn_i_layout(int icnt, int cnt, int isz, int sz, int layout)
This function return the index in a flat array of a matrix coordinate (icnt, isz).
phase
Reading phase number.
void allocate_data_in_mechanism_nrn_init()
std::string getPhaseName< one >()
void nrn_setup_cleanup()
Clean up.
const int ngroup
direct memory mode with neuron, do not open files Number of local cell groups
void read_phase_aux< gap >(NrnThread &nt, UserParams &userParams)
std::string getPhaseName< three >()