We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028805b commit c2a1b58Copy full SHA for c2a1b58
docs/source/config.rst
@@ -172,6 +172,12 @@ configuration.
172
modules).
173
Various model drivers typically define their own default executable names.
174
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
+
181
``submodels``
182
If one is running a coupled model containing several submodels, then each
183
model is configured individually within a ``submodel`` namespace, such as in
0 commit comments