Skip to content

Commit 668f672

Browse files
committed
Reduce modules file name confusion
1 parent cfbebf7 commit 668f672

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

01-compile.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,47 +46,47 @@ After our session starts, we need to load some modules.
4646

4747
::::{tab-set}
4848

49-
:::{tab-item} Intel 2023
49+
:::{tab-item} Intel 2025
5050

5151
```{code} bash
52-
:filename: modules-intel-2023.sh
53-
:caption: These are the modules we've used for the referenced papers.
52+
:filename: ~/mpas-modules-intel.sh
53+
:caption: Updated modules, using `ifx` instead of `ifort`.
5454
5555
# NCAR Derecho modules for MPAS-A
5656
# `source` or `.` this file to use
5757
5858
module --force purge
59-
module load ncarenv/23.06
60-
module load intel/2023.0.0
61-
module load cray-mpich/8.1.25
62-
module load parallel-netcdf/1.12.3
59+
module load ncarenv/24.12
60+
module load intel/2025.1.0
61+
module load cray-mpich/8.1.29
62+
module load parallel-netcdf/1.14.0
6363
6464
# Hack to get pnetcdf working again
65-
export LD_LIBRARY_PATH="/glade/u/apps/derecho/23.06/spack/opt/spack/parallel-netcdf/1.12.3/cray-mpich/8.1.25/oneapi/2023.0.0/blyr/lib:$LD_LIBRARY_PATH"
65+
export LD_LIBRARY_PATH="/glade/u/apps/derecho/24.12/spack/opt/spack/parallel-netcdf/1.14.0/cray-mpich/8.1.29/oneapi/2025.1.0/vrc7/lib:$LD_LIBRARY_PATH"
66+
67+
# Tell mpifort to use ifx
68+
export MPICH_FC=ifx
6669
```
6770

6871
:::
6972

70-
:::{tab-item} Intel 2025
73+
:::{tab-item} Intel 2023
7174

7275
```{code} bash
73-
:filename: modules-intel-2025.sh
74-
:caption: Updated modules, using `ifx` instead of `ifort`.
76+
:filename: ~/mpas-modules-intel.sh
77+
:caption: These are the modules we've used for the referenced papers.
7578
7679
# NCAR Derecho modules for MPAS-A
7780
# `source` or `.` this file to use
7881
7982
module --force purge
80-
module load ncarenv/24.12
81-
module load intel/2025.1.0
82-
module load cray-mpich/8.1.29
83-
module load parallel-netcdf/1.14.0
83+
module load ncarenv/23.06
84+
module load intel/2023.0.0
85+
module load cray-mpich/8.1.25
86+
module load parallel-netcdf/1.12.3
8487
8588
# Hack to get pnetcdf working again
86-
export LD_LIBRARY_PATH="/glade/u/apps/derecho/24.12/spack/opt/spack/parallel-netcdf/1.14.0/cray-mpich/8.1.29/oneapi/2025.1.0/vrc7/lib:$LD_LIBRARY_PATH"
87-
88-
# Tell mpifort to use ifx
89-
export MPICH_FC=ifx
89+
export LD_LIBRARY_PATH="/glade/u/apps/derecho/23.06/spack/opt/spack/parallel-netcdf/1.12.3/cray-mpich/8.1.25/oneapi/2023.0.0/blyr/lib:$LD_LIBRARY_PATH"
9090
```
9191

9292
:::

0 commit comments

Comments
 (0)