Skip to content

Commit

Permalink
Adjust example and wording for explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oglopf committed Feb 23, 2024
1 parent 809e71f commit 7f6afdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/enable-desktops/custom-job-submission.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ To customize job submission we will need to first edit our custom desktop app
# /etc/ood/config/apps/bc_desktop/my_cluster.yml
---
title: "My Cluster Desktop"
cluster: "my_cluster"
cluster: "my_cluster" # Overriden by submit below
submit: "submit/my_submit.yml.erb"
Notice we included the configuration option ``submit`` that points to our
custom :ref:`app-development-interactive-submit` YAML configuration file. This
can be an absolute file path or a relative file path with respect to the
:file:`/etc/ood/config/apps/bc_desktop/` directory. It is important to notice
you must use this or some other directory outside the app's root.
custom :ref:`app-development-interactive-submit` YAML configuration file. This will
override our ``cluster`` setting and use what is found in ``my_submit.yml.erb``.
The ``submit`` file path can be an absolute file path or a relative file path
with respect to the :file:`/etc/ood/config/apps/bc_desktop/` directory.

.. note::

Expand Down

0 comments on commit 7f6afdd

Please sign in to comment.