How to use the intel.com oneAPI (Intel Compiler)
set PATH of the oneAPI
isgs2023$
source /opt/intel/oneapi/setvars.sh
confirm
Fortran Compiler
isgs2023$
ifort --version
ifort (IFORT) 2021.9.0 20230302
Copyright (C) 1985-2023 Intel Corporation. All rights reserved.
C Compiler
isgs2023$
icc --version
example
isgs2023$
ifort -o sample -O sample.F
isgs2023 manual