Skip to content

Commit

Permalink
update configure to modify
Browse files Browse the repository at this point in the history
  • Loading branch information
amandarichardsonn committed Nov 1, 2024
1 parent 20f6f11 commit f08cda5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ import Application``, initialize an ``Application``. For example:
exe_args="--arg1 value1 --arg2 value2"
)
=========
Configure
=========
======
Modify
======
After initializing an ``Application`` object, you might want to configure the ``exe``, ``exe_args``, or ``files`` attributes.
If an executable requires specific parameters, attach configuration files using the ``Application.files`` attribute. This attribute also
supports copying or symlinking files into the job's run directory to ensure access at simulation runtime. To reuse an application but
Expand Down

0 comments on commit f08cda5

Please sign in to comment.