Skip to content
Snippets Groups Projects
Commit 57bf96d8 authored by Bo-Chun Chen's avatar Bo-Chun Chen Committed by Ravi Tripathi
Browse files

Update script to use chosen context version module (#1)

* Update script to use module reset

* Update module name in script

* Fix typo
parent 94f57f49
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
# Clean the environment # Clean the environment
module purge module reset
# Set working directory to home directory # Set working directory to home directory
cd "${HOME}" cd "${HOME}"
...@@ -29,6 +28,6 @@ cd "${HOME}" ...@@ -29,6 +28,6 @@ cd "${HOME}"
# #
# Load the required environment # Load the required environment
module load ANSYS module load <%= context.version %>
# Launch ANSYS workbench # Launch ANSYS workbench
runwb2 runwb2
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