noaa-emc/Install Intel compilers

Installs Intel compilers through "apt" for Ubuntu runners

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 18, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: noaa-emc/ci-install-intel-toolkit@28a31cb26634b85acbc23375fdce5cc2025c5747 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
install-classicInstall Intel Classic compilers (icc/icpc/ifort)true
classic-versionSet Intel Classic version2023.2.1
install-oneapiInstall Intel oneAPI compilers (icx/icpx/ifx)true
oneapi-versionSet Intel oneAPI version2025.3
install-mpiInstall Intel MPI librariesfalse
mpi-versionSet Intel MPI version2021.10.0
mpi-wrapper-setupChoose compilers for MPI wrappersnone
install-openmpInstall Intel OpenMP librariesfalse
openmp-versionSet Intel OpenMP library version2023.2.1
install-mklInstall Intel MKLfalse
mkl-versionSet Intel MKL version2023.2.0
env-updateApply environment modifications to $GITHUB_ENVtrue
cacheCache to repository cache with actions/cachetrue
shellWhich shell to use/setupbash
compiler-setupSet CC, CXX, FC as part of environment setup ("env-update"); choose "oneapi" or "classic"""
oneapi-fortran-compilerSet FC to ifx or ifort for oneAPI compilers (ifort only available 2023.x & 2024.x)ifx
force-cache-saveSave cache as long as toolkit installation is successful (i.e., do not wait for whole workflow to finish)true
configure-gccRun script for configuring GCC (gcc-install-dir/gcc-name)true

no outputs