Skip to content

Commit 12e3b71

Browse files
committed
Format compute config flowchart
1 parent 99a0dd2 commit 12e3b71

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/_sources/user/compute_config.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ Computer Settings
1313

1414
#. **Observed Usage:** The resource usage of each node depends on many factors, including the data, the pipeline configuration, and the system. To run many subjects with optimimzed resource estimation, first run a single subject with the desired number of cores and with a generous memory limit. Then, provide the ``callback.log`` generated from that initial run when you run the rest of the subjects.
1515

16-
.. raw:: html
16+
.. container:: svg-flowchart
1717

18-
<object data="../_static/flowcharts/observed-usage.svg" type="image/svg+xml"></object>
18+
.. raw:: html
19+
:file: ../_static/flowcharts/observed-usage.svg
20+
21+
`Open image <../_static/flowcharts/observed-usage.svg`_
1922

2023
#. **Callback log - [text]:** The path to a callback log file from a previous run, including any resource-management parameters that will be applied in this run, like ``n_cpus`` and ``num_ants_threads``. This file is used override memory estimates with previously observed memory usage. Can be overridden with the commandline flag ``--runtime_usage``.
2124
#. **Buffer - [percent]:** A percent of the previously observed memory usage that is to be added to the memory estimate. Default: 10. Can be overridden with the commandline flag ``--runtime_buffer``.

0 commit comments

Comments
 (0)