Skip to content
Merged
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
2 changes: 2 additions & 0 deletions easybuild/tools/module_naming_scheme/hierarchical_mns.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
# required for use of iccifort toolchain
'icc,ifort': ('intel', '%(icc)s'),
'iccifort': ('intel', '%(iccifort)s'),
# required for use of intel-compilers toolchain (OneAPI compilers)
'intel-compilers': ('intel', '%(intel-compilers)s'),
# required for use of ClangGCC toolchain
'Clang,GCC': ('Clang-GCC', '%(Clang)s-%(GCC)s'),
# required for use of gcccuda toolchain, and for CUDA installed with GCC toolchain
Expand Down