Skip to content
Snippets Groups Projects
Commit e6075702 authored by Eric Franz's avatar Eric Franz
Browse files

example mods for osc deployment

parent b8eb77af
Branches ood.osc.edu
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: "" cluster: "owens"
# Title of the app displayed in the Dashboard # Title of the app displayed in the Dashboard
title: "Jupyter Notebook" title: "Jupyter Notebook"
......
...@@ -34,7 +34,7 @@ batch_connect: ...@@ -34,7 +34,7 @@ batch_connect:
# Examples for PBS/Torque # Examples for PBS/Torque
# #
# @example Specify the PPN for all jobs # @example Specify the PPN for all jobs
#script: script:
# native: native:
# resources: resources:
# nodes: "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>:ppn=28" nodes: "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>:ppn=28"
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