Skip to content

Commit 748a44d

Browse files
apply changes from reviews
1 parent 8b1fe0e commit 748a44d

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

doc/htmldoc/nest_behavior/built-in_timers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ Therefore, detailed timers are by default inactive.
7676

7777
.. graphviz:: /simulation_run.dot
7878
:name: Simulation run (State propagation)
79-
:caption: Simplified sequence of operations in the simulation run, organized in a top-down manner.
79+
:caption: Simplified sequence of operations in the simulation run, organized in a top-down manner with a focus on timers.
8080

8181
Within the `simulate timer` section, parallel processes
8282
(`OMP Parallel`) manage time-driven loops, handling tasks such as delivering spike data, and updating timers.
8383
The `OMP Master` section is responsible for gathering and communicating
84-
spike data, involving steps like collocating data, managing MPI buffers, and advancing the simulation time. `OMP
84+
spike data, involving steps like collocating data and advancing the simulation time. `OMP
8585
barriers` are used to ensure thread synchronization at key points (for more details please see `Jordan et al. 2018
8686
<https://doi.org/10.3389/fninf.2018.00002>`_).
8787
The timers are indicated in white or light grey.

doc/htmldoc/simulation_run.dot

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"OMP barrier"
4444
}
4545
subgraph cluster_omp_master {
46-
label="OMP master"
46+
label="OMP Master"
4747
style=filled fontcolor="white"
4848
fillcolor="#0E6A93"
4949
"advance time"
@@ -57,16 +57,9 @@
5757
style=filled fontcolor="white" fontname="Helvetica, Arial, sans-serif"
5858
fillcolor="#072f42"
5959
subgraph cluster_repeat_once {
60-
label="Repeat once if buffer too small"
61-
style=filled#4b210c
60+
label="Repeat once if not all spikes transmitted"
61+
style=filled fontcolor="white"
6262
fillcolor="#0E6A93"
63-
subgraph cluster_if_buffers_can_shrink {
64-
label="If buffers can shrink"
65-
style=filled
66-
fillcolor="#072f42"
67-
"shrink MPI buffer size"
68-
69-
}
7063

7164

7265
subgraph cluster_collocate_spike_data_timer {

0 commit comments

Comments
 (0)