From 6ac28eba071fb136e9833933e68d8b3ad8974267 Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Fri, 31 May 2019 15:33:14 -0400 Subject: [PATCH] Always load intel compiler set 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 --- template/script.sh.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/script.sh.erb b/template/script.sh.erb index 2c7d7cc..29cf29a 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -32,7 +32,7 @@ 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 @@ -40,7 +40,7 @@ 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 \