Description of problem
Hi, all. This topic is a continue of How to compute the time-average values on the fly? - #9 by Jasmine9691.
Now my model has over 160 equations, hundreds of neurons and synapses. It takes me really a LONG time to compile using no matter cython or cpp_standalone. One hour has passed but the compilation has not been completed. I wonder
- whether there is a way to know the progress of compilation, so that I can know how much time I have to wait for.
- whether there is a way to accelerate the compilation, e.g., something like
make -j8
.
Thanks in advance!