Skip to content

Commit

Permalink
Merge pull request #7 from OSC/always-load-intel
Browse files Browse the repository at this point in the history
Always load intel compiler set
  • Loading branch information
MorganRodgers authored Jun 3, 2019
2 parents 67a6c44 + 6ac28eb commit 8cf2f53
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 8cf2f53

Please sign in to comment.