Skip to content

Commit

Permalink
Always load intel compiler set
Browse files Browse the repository at this point in the history
Changes behavior from only loading intel when a GPU is selected
Upgrades the intel compiler from 16.0.3 to 18.0.3 matching the current selected compiler for RStudio
  • Loading branch information
Morgan Rodgers committed May 31, 2019
1 parent 67a6c44 commit 6ac28eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ until fluxbox -display "${DISPLAY}.0" -rc "<%= session.staged_root.join("fluxbox
#

# Load the required environment
module load <%= context.version %>
module load intel/18.0.3 <%= context.version %>

# Output debug information
module list

# Launch Abaqus
set -x
<%- if gpu -%>
module load intel/16.0.3 virtualgl
module load virtualgl
vglrun abaqus cae \
<%- else -%>
abaqus cae -mesa \
Expand Down

0 comments on commit 6ac28eb

Please sign in to comment.