Skip to content

Commit

Permalink
Update nestkernel/recording_device.h
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Terhorst <[email protected]>
  • Loading branch information
jessica-mitchell and terhorstd authored Apr 15, 2024
1 parent 4e1a736 commit 88ad022
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nestkernel/recording_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ You can access the data recorded by the recorders with the ``events`` property.
.. note::
The type of recording backend you choose may affect the efficiency of your simulation.
Increasingly larger simulations may benefit from the `ascii` or `sionlib` backend, as the `memory`
backend can become slow at larger scales.
The `memory` backend is ideal for interactive work, but can only be used for limited amount of data. Additionally, transferring data to disk later on may be slower than directly writing from the NEST kernel via `ascii` or `sionlib` backends.
Large simulations with many threads may benefit from the `sionlib` backend, as the `ascii` backend opens many files which can be very time consuming on parallel file systems.
The complete list of parameters and other recording backend options
can be found in the :ref:`guide to recording from simulations <recording_backends>`.
Expand Down

0 comments on commit 88ad022

Please sign in to comment.