Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# under /etc/ood/config/clusters.d/*.yml
# @example Use the Owens cluster at Ohio Supercomputer Center
# cluster: "owens"
cluster: ""
cluster: "owens"

# Title of the app displayed in the Dashboard
title: "Jupyter Notebook"
Expand Down
8 changes: 4 additions & 4 deletions submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ batch_connect:
# Examples for PBS/Torque
#
# @example Specify the PPN for all jobs
#script:
# native:
# resources:
# nodes: "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>:ppn=28"
script:
native:
resources:
nodes: "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>:ppn=28"