diff --git a/README.md b/README.md index cca03372a13c3f00ea783e599d77a23457be7386..3dbaf3f427818b02000c58a909414a0823d46312 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Batch Connect - OSC ANSYS +# Batch Connect - OSC ANSYS  [](https://opensource.org/licenses/MIT) diff --git a/form.yml.erb b/form.yml.erb index 07e31c28497c02cb4d3c75669bbc60afc378ddab..a4846426b97d0c3c38168773ffc1b32b9273b676 100644 --- a/form.yml.erb +++ b/form.yml.erb @@ -1,5 +1,5 @@ --- -cluster: "SLURM_CLUSTER" +cluster: "SLURM_CLUSTER" attributes: bc_num_hours: value: 1 diff --git a/manifest.yml b/manifest.yml index d1baab751f12177baa5764b59d19afd9dad8369d..f42a90c85e5afcf2ea6cd9da37a0826b40a4184d 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ --- -name: ANSYS +name: ANSYS category: Interactive Apps subcategory: GUIs role: batch_connect @@ -7,5 +7,5 @@ description: | This app will launch a [ANSYS] GUI on the [Cheaha cluster]. You will be able to interact with the ANSYS GUI through a VNC session. - [ANSYS]: https://www.ansys.com/ + [ANSYS]: https://www.ansys.com/ [Cheaha cluster]: https://docs.uabgrid.uab.edu/wiki/Cheaha_GettingStarted diff --git a/submit.yml.erb b/submit.yml.erb index db4d0e9381763a6ffbd9b08b2bf42bf0c3b4c1e1..651b8d87c7dd87037f1a2ef3702470f3ad748223 100644 --- a/submit.yml.erb +++ b/submit.yml.erb @@ -8,7 +8,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-{{ ansys_module_name|lower }}" + - "--job-name=ood-ansys" <%- if bc_partition.include? "pascalnodes" -%> - "--gres=gpu:1" <%- end -%> diff --git a/template/script.sh.erb b/template/script.sh.erb index 731d37d9c4a996a2160b658d314bb5e17cd6dbfd..5aac501c20ea82b8f1ad7850dbf35ea49cba6b3c 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -24,7 +24,7 @@ cd "${HOME}" ) & # -# Start ANSYS +# Start ANSYS # # Load the required environment