howtos:how_to_install_the_intel_fortran_compiler_on_linux
This is an old revision of the document!
How to install the Intel Fortran Compiler on Linux
Go to their website and download the latest version. For this HOWTO, I used l_fortran-compiler_p_2024.2.1.80_offline.sh. I suggest an offline version.
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5e7b0f1c-6f25-4cc8-94d7-3a527e596739/l_fortran-compiler_p_2024.2.1.80_offline.sh chmod a+x l_fortran-compiler_p_2024.2.1.80_offline.sh ./l_fortran-compiler_p_2024.2.1.80_offline.sh -a -s --eula=accept --install-dir=$HOME/usr/local/opt/oneapi rm -rf ~/intel /tmp/$(whoami) cat << 'EOT' > ~/.bash_profile # Intel Fortran Compiler export PATH="$PATH:$HOME/usr/local/opt/oneapi/compiler/latest/bin" EOT . ~/.bash_profile
howtos/how_to_install_the_intel_fortran_compiler_on_linux.1726706632.txt.gz · Last modified: by hcho