Skip to content

Commit c2a1b58

Browse files
authored
Add exe_prefix option to documentation (#582)
1 parent 028805b commit c2a1b58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/config.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ configuration.
172172
modules).
173173
Various model drivers typically define their own default executable names.
174174

175+
``exe_prefix``
176+
Optional string that is added immediately before the model executable in the
177+
MPI run command. It appears after `mpirun` and any MPI related flags, for
178+
example, `mpirun <mpi-flags> <exe_prefix> <model-exe>`.
179+
This can be useful for configuring profilers or valgrind.
180+
175181
``submodels``
176182
If one is running a coupled model containing several submodels, then each
177183
model is configured individually within a ``submodel`` namespace, such as in

0 commit comments

Comments
 (0)