CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling

User Tools

Site Tools


howtos:how_to_install_the_intel_fortran_compiler_on_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:how_to_install_the_intel_fortran_compiler_on_linux [2024-09-24 12:22 am] hchohowtos:how_to_install_the_intel_fortran_compiler_on_linux [2026-04-09 12:38 am] (current) hcho
Line 11: Line 11:
  
 # install # install
-./l_fortran-compiler_p_2024.2.1.80_offline.sh -a -s --eula=accept --install-dir=$HOME/usr/local/opt/oneapi+./l_fortran-compiler_p_2024.2.1.80_offline.sh -a -s --eula=accept --install-dir=$HOME/opt/oneapi
 rm -rf ~/intel /tmp/$(whoami) rm -rf ~/intel /tmp/$(whoami)
  
Line 17: Line 17:
 cat << 'EOT' >> ~/.bash_profile cat << 'EOT' >> ~/.bash_profile
 # Intel Fortran Compiler # Intel Fortran Compiler
-export PATH="$PATH:$HOME/usr/local/opt/oneapi/compiler/latest/bin"+export PATH="$PATH:$HOME/opt/oneapi/compiler/latest/bin"
 EOT EOT
 . ~/.bash_profile . ~/.bash_profile
Line 23: Line 23:
 cat << 'EOT' >> ~/.bashrc cat << 'EOT' >> ~/.bashrc
 # Intel Fortran Compiler # Intel Fortran Compiler
-. ~/usr/local/opt/oneapi/setvars.sh &> /dev/null+. ~/opt/oneapi/setvars.sh &> /dev/null
 EOT EOT
 . ~/.bashrc . ~/.bashrc
howtos/how_to_install_the_intel_fortran_compiler_on_linux.txt · Last modified: by hcho

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki