nrnhines
nrnhines
Well, not all POINTER variables, just the ones used for random streams and Vector need to be updated to BBCOREPOINTER. An alternative for future mod files would be to design...
@pramodk > just in case you didn’t see Sorry. This worked around a blocker for an external project. The only annoyance was that the installers generated by CI were not...
@pramodk A NEURON test has been added but the coreneuron part of that test is commented out ``` # Does not work even with mod2c fix because GLOBAL not transferred...
I'm delighted to see that nrn/test/datahandle/test.py is working without address sanitizer complaints! Compiling did require: ``` $ git diff src/oc/list.cpp diff --git a/src/oc/list.cpp b/src/oc/list.cpp index eecbd2d3..c31dd281 100644 --- a/src/oc/list.cpp +++...
In lieu of directly calculating computation time used by each cell, it may be sufficient to know the number of instances and computation time of each mechanism (nrn_cur and nrn_solve)...
There was some discussion on slack with Ivan and @pramodk about load balance for Ivan's full dentate gyrus model and Pramod showed some calliper profiling timings for 1000msec with coreneuron...
The cmake build system provides the NRN_RX3D_OPT_LEVEL option. Default is ``` -DNRN_RX3D_OPT_LEVEL=0 ``` and can get the old autotools level with ``` -DNRN_RZX3D_OPT_LEVEL=2 ```
I can't find any paths to MPI_Abort in NEURON that don't have error messages. I wonder if the MPI_Abort is being called from CoreNEURON. Or if the message is getting...
I foggily foresee a complete Visual Studio build but at present the bulk of the compiling requires MinGW with msys2. Only some of the cython generated files for some of...
tqperf for validation testing helped fix a bug #1533 I think it will be easy to extend to all the multisend variations. Testing would be less naive it was extended...