Skip to content

Commit 3700421

Browse files
committed
Addressing issue #713
1 parent 75e160e commit 3700421

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/online-docs/pages/User guide/Running COMPAS/running-via-docker-running.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To run the COMPAS executable from the command line (i.e. without ``pythonSubmit.
5959
-v $(pwd)/compas-logs:/app/COMPAS/logs \
6060
teamcompas/compas \
6161
bin/COMPAS \
62-
--number-of-binaries=5 \
62+
--number-of-systems=5 \
6363
--output-path=/app/COMPAS/logs
6464

6565

@@ -85,7 +85,7 @@ the image to run.
8585
**bin/COMPAS** |br|
8686
the command to run when the container starts.
8787

88-
**--number-of-binaries=5** |br|
88+
**--number-of-systems=5** |br|
8989
the flag to set the number of binaries.
9090

9191
**--output-path=/app/COMPAS/logs** |br|

docs/online-docs/pages/User guide/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Compile-time Configuration
2222
The values of some physical constants, bounds for some initial conditions, evolutionary parameters, and physical processes, etc., are
2323
specified in the COMPAS source file `constants.h`. While it is unlikely that these constants would need to be changed in most ordinary
2424
COMPAS runs, the possibility exists that users may want to change some of them. Should that be the case, the user should change the
25-
value(s) required in ``constanst.h`` and rebuild the COMPAS executable. A makefile is provided in the source directory.
25+
value(s) required in ``constants.h`` and rebuild the COMPAS executable. A makefile is provided in the source directory.
2626

2727
See :doc:`../Getting started/building-COMPAS` for details of how to build the COMPAS executable.

0 commit comments

Comments
 (0)