From 74e80d43bbb8b6f2165cdb5ed74d4d9663c8bd69 Mon Sep 17 00:00:00 2001
From: Matthew Defenderfer <mdefende@uab.edu>
Date: Thu, 6 Mar 2025 15:12:58 -0600
Subject: [PATCH] trying stuff

---
 submit.yml.erb | 2 +-
 view.html.erb  | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)
 delete mode 100644 view.html.erb

diff --git a/submit.yml.erb b/submit.yml.erb
index 746f73d..1dbc4e4 100644
--- a/submit.yml.erb
+++ b/submit.yml.erb
@@ -19,7 +19,7 @@ script:
     - "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G"
     - "--partition=<%= bc_partition %>"
     - "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
-    - "--job-name=ood-jupyterlab"
+    - "--job-name=ood-pycharm"
 <%- if bc_partition.include? "pascalnodes" or bc_partition.include? "amperenodes" -%>
     - "--gres=gpu:<%= bc_num_gpus.blank? ? 1 : bc_num_gpus.to_i %>"
 <%- end -%>
diff --git a/view.html.erb b/view.html.erb
deleted file mode 100644
index 0fbd307..0000000
--- a/view.html.erb
+++ /dev/null
@@ -1,6 +0,0 @@
-<form action="/node/<%= host %>/<%= port %>/login" method="post" target="_blank">
-  <input type="hidden" name="password" value="<%= password %>">
-  <button class="btn btn-primary" type="submit">
-    <i class="fas fa-eye"></i> Connect to JupyterLab
-  </button>
-</form>
-- 
GitLab