From 9c06abda97bffd2cfccb12a74ec3c7c490a1ed88 Mon Sep 17 00:00:00 2001 From: Alyn James Date: Tue, 10 Sep 2024 13:00:16 +0100 Subject: [PATCH] Updated the new Intel modules (since the BC4 and BP updates) in the Abaqus documentation. --- source/engineering/abaqus/index.md | 14 ++------------ source/engineering/abaqus/multi-node.md | 3 +-- source/engineering/abaqus/single-node.md | 3 +-- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/source/engineering/abaqus/index.md b/source/engineering/abaqus/index.md index ed75abd..2c4d456 100644 --- a/source/engineering/abaqus/index.md +++ b/source/engineering/abaqus/index.md @@ -37,21 +37,11 @@ You can verify if Abaqus has been setup correctly by running the following comma $ abaqus information=version ``` -If you are using custom user subroutines, you will also need to load the Intel Fortran compiler: +If you are using custom user subroutines, you will also need to load the Intel Fortran compiler on BlueCrystal (Phase 4) or BluePebble: -::::{tab-set} -:::{tab-item} BlueCrystal (Phase 4) ```console -$ module load languages/intel/2020-u4 +$ module load languages/Intel-OneAPI/2022.2.0 ``` -::: - -:::{tab-item} BluePebble -```console -$ module load lang/intel-parallel-studio-xe/2020 -``` -::: -:::: ## Fair Use diff --git a/source/engineering/abaqus/multi-node.md b/source/engineering/abaqus/multi-node.md index 5a52616..004e60c 100644 --- a/source/engineering/abaqus/multi-node.md +++ b/source/engineering/abaqus/multi-node.md @@ -29,8 +29,7 @@ linenos: true # Load modules module load apps/abaqus/2018 -# module load languages/intel/2020-u4 # BlueCrystal (Phase 4) -# module load lang/intel-parallel-studio-xe/2020 # BluePebble +module load languages/Intel-OneAPI/2022.2.0 # BlueCrystal (Phase 4) and BluePebble # Unset SLURM's Global Task ID for ABAQUS's PlatformMPI to work unset SLURM_GTIDS diff --git a/source/engineering/abaqus/single-node.md b/source/engineering/abaqus/single-node.md index 51f13b6..2383752 100644 --- a/source/engineering/abaqus/single-node.md +++ b/source/engineering/abaqus/single-node.md @@ -24,8 +24,7 @@ linenos: true # Load modules module load apps/abaqus/2018 -# module load languages/intel/2020-u4 # BlueCrystal (Phase 4) -# module load lang/intel-parallel-studio-xe/2020 # BluePebble +module load languages/Intel-OneAPI/2022.2.0 # BlueCrystal (Phase 4) and BluePebble # Unset SLURM's Global Task ID for ABAQUS's PlatformMPI to work unset SLURM_GTIDS