From 12f2b3252d4dfd590b219bdb2335c36187896779 Mon Sep 17 00:00:00 2001 From: Ravi Tripathi <ravi89@uab.edu> Date: Wed, 18 Sep 2019 13:57:17 -0500 Subject: [PATCH] Changing the script to load and launch ANSYS --- template/script.sh.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/script.sh.erb b/template/script.sh.erb index 43ecbe5..e20694f 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -25,10 +25,10 @@ cd "${HOME}" ) & # -# Start SAS +# Start ANSYS # # Load the required environment -module load sas -# Launch SAS -sas +module load ANSYS +# Launch ANSYS workbench +runwb2 -- GitLab