Skip to content

Commit

Permalink
load icc
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Dec 10, 2023
1 parent 7c43481 commit 24b0f12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - "rockylinux:9"
# - "rockylinux:8"
fds-version:
# - "5.5.3"
- "5.5.3"
- "6.1.2"
- "6.2.0"
- "6.3.0"
Expand Down
4 changes: 2 additions & 2 deletions fds/template.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
%global _intelmpi_load \
. /etc/profile.d/modules.sh; \
module use ~/modulefiles; \
ls ~/modulefiles; \
module load mpi/latest; \
module avail; \
module load compiler; \
module load icc; \
module load mkl;
%global _intelmpi_unload \
. /etc/profile.d/modules.sh; \
module use ~/modulefiles; \
module unload mkl; \
module unload icc; \
module unload compiler; \
module unload mpi;

Expand Down

0 comments on commit 24b0f12

Please sign in to comment.