Skip to content
Snippets Groups Projects
Unverified Commit 253e8a7b authored by Bo-Chun Chen's avatar Bo-Chun Chen Committed by GitHub
Browse files

Fix deploy issue (#8)

* Remove trailing space

* Remove jinja2 syntax
parent 4bdeaf17
No related branches found
No related tags found
No related merge requests found
# Batch Connect - OSC ANSYS # Batch Connect - OSC ANSYS
![GitHub Release](https://img.shields.io/github/release/osc/bc_osc_matlab.svg) ![GitHub Release](https://img.shields.io/github/release/osc/bc_osc_matlab.svg)
[![GitHub License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT) [![GitHub License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
......
--- ---
cluster: "SLURM_CLUSTER" cluster: "SLURM_CLUSTER"
attributes: attributes:
bc_num_hours: bc_num_hours:
value: 1 value: 1
......
--- ---
name: ANSYS name: ANSYS
category: Interactive Apps category: Interactive Apps
subcategory: GUIs subcategory: GUIs
role: batch_connect role: batch_connect
...@@ -7,5 +7,5 @@ description: | ...@@ -7,5 +7,5 @@ description: |
This app will launch a [ANSYS] GUI on the [Cheaha cluster]. You will be able 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. 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 [Cheaha cluster]: https://docs.uabgrid.uab.edu/wiki/Cheaha_GettingStarted
...@@ -8,7 +8,7 @@ script: ...@@ -8,7 +8,7 @@ script:
- "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G" - "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G"
- "--partition=<%= bc_partition %>" - "--partition=<%= bc_partition %>"
- "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00" - "--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" -%> <%- if bc_partition.include? "pascalnodes" -%>
- "--gres=gpu:1" - "--gres=gpu:1"
<%- end -%> <%- end -%>
...@@ -24,7 +24,7 @@ cd "${HOME}" ...@@ -24,7 +24,7 @@ cd "${HOME}"
) & ) &
# #
# Start ANSYS # Start ANSYS
# #
# Load the required environment # Load the required environment
......
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