#include <algorithm>
#include <cmath>
#include <string>
#include <vector>
Go to the source code of this file.
◆ operator""_pas_cells()
std::string operator""_pas_cells |
( |
unsigned long long |
nof_cells | ) |
|
◆ pass_cell_template
constexpr auto pass_cell_template |
|
constexpr |
◆ prun
Initial value:= R"(
load_file("nrngui.hoc")
load_file("stdlib.hoc")
func prun() {local runtime
pc.set_maxstep(10)
finitialize(-65)
runtime=startsw()
stdinit()
batch_run(tstop, tstop)
runtime=startsw()-runtime
return runtime
}
)"
prun requires a parallel context to be created before -> pc
Definition at line 108 of file test_multicore.h.