Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuma committed Sep 16, 2021
1 parent 867c418 commit fc36ae5
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ATMOS5100/submit.yml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<%-
emailcmd = '/uufs/chpc.utah.edu/sys/bin/CHPCEmailLookup.sh ' + ENV["USER"]
emailaddr = %x[ #{emailcmd}]
-%>

batch_connect:
template: "basic"
script:
email: <%= emailaddr %>
native:
<%- if /frisco/.match(cluster) == nil -%>
- "-N"
Expand Down
2 changes: 2 additions & 0 deletions ATMOS5340/form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ attributes:
widget: "select"
options:
- "notchpeak-shared-short"
bc_email_on_started:
help: "If you do not receive the email, check your [Profile](https://www.chpc.utah.edu/role/user/edit_profile.php) for correct address."

form:
- cluster
Expand Down
2 changes: 2 additions & 0 deletions CHEN2450/form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ attributes:
widget: "select"
options:
- "notchpeak-shared-short"
bc_email_on_started:
help: "If you do not receive the email, check your [Profile](https://www.chpc.utah.edu/role/user/edit_profile.php) for correct address."

form:
- cluster
Expand Down
6 changes: 6 additions & 0 deletions CHEN2450/submit.yml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<%-
emailcmd = '/uufs/chpc.utah.edu/sys/bin/CHPCEmailLookup.sh ' + ENV["USER"]
emailaddr = %x[ #{emailcmd}]
-%>

batch_connect:
template: "basic"
script:
email: <%= emailaddr %>
native:
<%- if /frisco/.match(cluster) == nil -%>
- "-N"
Expand Down
2 changes: 2 additions & 0 deletions CHEN_Jupyter/form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ attributes:
widget: "select"
options:
- "coestudent-shared-np"
bc_email_on_started:
help: "If you do not receive the email, check your [Profile](https://www.chpc.utah.edu/role/user/edit_profile.php) for correct address."

form:
- cluster
Expand Down
6 changes: 6 additions & 0 deletions CHEN_Jupyter/submit.yml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<%-
emailcmd = '/uufs/chpc.utah.edu/sys/bin/CHPCEmailLookup.sh ' + ENV["USER"]
emailaddr = %x[ #{emailcmd}]
-%>

batch_connect:
template: "basic"
script:
email: <%= emailaddr %>
native:
<%- if /frisco/.match(cluster) == nil -%>
- "-N"
Expand Down
3 changes: 3 additions & 0 deletions MIB2020/form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ attributes:
widget: "select"
options:
- "notchpeak-shared-short"
bc_email_on_started:
help: "If you do not receive the email, check your [Profile](https://www.chpc.utah.edu/role/user/edit_profile.php) for correct address."

form:
- cluster
- num_cores
Expand Down
6 changes: 6 additions & 0 deletions MIB2020/submit.yml.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<%-
emailcmd = '/uufs/chpc.utah.edu/sys/bin/CHPCEmailLookup.sh ' + ENV["USER"]
emailaddr = %x[ #{emailcmd}]
-%>

---
batch_connect:
template: "basic"
script:
email: <%= emailaddr %>
<%- if /frisco/.match(cluster) == nil -%>
native:
- "-N"
Expand Down

0 comments on commit fc36ae5

Please sign in to comment.