Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions source/engineering/abaqus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions source/engineering/abaqus/multi-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions source/engineering/abaqus/single-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down