Hans Ekkehard Plesser
Hans Ekkehard Plesser
Could you try running nest directly as follows: ``` source /bin/nest_vars.sh nest ``` and see if that works? If that does not work, could you try ``` sli -c "statusdict...
Did you configure NEST with the CMake option `-Dtarget-bits-split=hpc`? That likely explains the effect. Could you configure and build NEST again without this option and try again? With `hpc`, NEST...
@clinssen As far as I can see, `iaf_chxk_2008` initialises `B_.IntegrationStep_` to the simulation resolution, so nothing special happens in that model. For `glif_cond`, I am not quite sure why it...
Turned into draft, realised some additional opportunities to tidy up code and documentation.
I will have another look at the performance problems.
> @heplesser: I am generally positive towards the changes, but can you please provide a description of the problem this is solving or a link to an issue? I have...
> Just for the record: This is one of the suspicious lines of code we checked during one of our Hackathons? And we concluded that: > > * not having...
See also #1382
@jessica-mitchell Could you take a look and come up with a suggestion?
I like your proposal. But I wonder if we need separate build and install targets for documentation? How about just having the `install-{user,dev}doc` targets? The distinction between `doc` and `fulldoc`...