Skip to content

Commit a34b16f

Browse files
committed
📝 Specify that resource parameters matter for --runtime_usage
1 parent 4277379 commit a34b16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_sources/user/compute_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Computer Settings
99
#. **Maximum Cores Per Participant - [integer]:** Number of cores (on a single machine) or slots on a node (cluster/grid) per subject. Slots are cores on a cluster/grid node. 'Number of Cores Per Participant' multiplied by 'Number of Participants to Run Simultaneously' must not be greater than the total number of cores. Dedicating more than one core/CPU per participant will direct C-PAC to parallelize the motion correction and time series registration transform application steps, for a speed increase.
1010

1111
#. **Observed Usage**
12-
#. **Callback log - [text]:** The path to a callback log file from a previous run. This file is used override memory estimates with previously observed memory usage. Can be overridden with the commandline flag ``--runtime_usage``.
12+
#. **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``.
1313
#. **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``.
1414

1515
#. **Number of Participants to Run Simultaneously - [integer]:** This number depends on computing resources.

0 commit comments

Comments
 (0)