xavierotazuGDS
xavierotazuGDS
Executing the "source ..." and "nest" command shows the same error: ``` nest: /home/neurobit/src/nest_3.3_src/nestkernel/model_manager.h:321: size_t nest::ModelManager::get_num_connection_models() const: Assertion `connection_models_[ 0 ].size()
You are right! Initially I compiled NEST with -Dtarget-bits-split=hpc Now I have deactivated this option, compiled and reinstalled NEST. Now it works correctly. I can "import nest" from python and...
This is a proposed solution for issue #3142
This implementation only works for non-MPI and in some cases (not all) of MPI. Hence, DO NOT USE !!!!
I have uploaded a new version. No bugs now on MPI. I do not change the Draft status because I am not sure how to do it.
Status changed from "Draft" to "Open".
terhorstd, I believe I solved all my code style issues. The other issues are in methods I have not modified (they are clang-format issues from the original code). Anyway, I...
I took a look at clang-issues in methods I have not modified, but suggested changes are so big code blocks that I would not know what I am doing. Hence,...
The following version of dump_connections() reduces the execution time to 9 seconds. I checked the results are correct and exactly the same as the original method. template < int D...
I send this even improved version, considering (I do not know if it is true) that both connectome and source nodes positions (src_vec) are ordered by source node. I checked...