From f51bf0538b1c05f6fa4eba1c9af3f2d187175cd5 Mon Sep 17 00:00:00 2001 From: Ravi Tripathi <ravi89@uab.edu> Date: Wed, 18 Sep 2019 13:44:49 -0500 Subject: [PATCH] Updating README file to depict ANSYS --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df0495a..d466907 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -# Batch Connect - OSC MATLAB +# Batch Connect - OSC ANSYS  [](https://opensource.org/licenses/MIT) -A Batch Connect app designed for OSC OnDemand that launches MATLAB within an -Owens batch job. +A Batch Connect app designed for OSC OnDemand that launches ANSYS within Cheaha. ## Prerequisites @@ -12,7 +11,7 @@ This Batch Connect app requires the following software be installed on the **compute nodes** that the batch job is intended to run on (**NOT** the OnDemand node): -- [MATLAB] R2016b+ +- [ANSYS] 18.1 - [Xfce Desktop] 4+ For VNC server support: @@ -30,7 +29,7 @@ For hardware rendering support: - [Lmod] 6.0.1+ or any other `module purge` and `module load <modules>` based CLI used to load appropriate environments within the batch job -[MATLAB]: https://www.mathworks.com/ +[ANSYS]: https://www.ansys.com/ [Xfce Desktop]: https://xfce.org/ [TurboVNC]: http://www.turbovnc.org/ [websockify]: https://github.com/novnc/websockify @@ -65,7 +64,7 @@ Again, you do not need to restart the app as it isn't a Passenger app. ## Contributing -1. Fork it ( https://github.com/OSC/bc_osc_matlab/fork ) +1. Fork it ( https://github.com/uabrc/ood_ansys.git/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) -- GitLab