Skip to content
Snippets Groups Projects
Unverified Commit d9c6f79c authored by Bo-Chun Chen's avatar Bo-Chun Chen Committed by GitHub
Browse files

Remove trailing space (#6)

parent 41ce748b
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# under /etc/ood/config/clusters.d/*.yml # under /etc/ood/config/clusters.d/*.yml
# @example Use the Owens cluster at Ohio Supercomputer Center # @example Use the Owens cluster at Ohio Supercomputer Center
# cluster: "owens" # cluster: "owens"
cluster: "SLURM_CLUSTER" cluster: "SLURM_CLUSTER"
# Title of the app displayed in the Dashboard # Title of the app displayed in the Dashboard
title: "Jupyter Notebook" title: "Jupyter Notebook"
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
--- ---
# This config comes from below URL # This config comes from below URL
# https://github.com/OSC/bc_example_jupyter/blob/custom_environment/submit.yml.erb # https://github.com/OSC/bc_example_jupyter/blob/custom_environment/submit.yml.erb
# The -C option in the config provided for slurm has been removed because it does # The -C option in the config provided for slurm has been removed because it does
# not apply to implementation at UAB. We do not use constraint list to be used with -C. # not apply to implementation at UAB. We do not use constraint list to be used with -C.
batch_connect: batch_connect:
template: "basic" template: "basic"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment