Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
27979 Discussions

installing intel fortran compiler 2022 for linux

ngueleobaldaguii
Beginner
262 Views

hello,

i have installed HPCK for ifort utilisation but its not working. what are the next steps after complete installation? 

Please help 

0 Kudos
2 Replies
ngueleobaldaguii
Beginner
259 Views

ifort boltz3.o -L/opt/intel/Compiler/11.1/056/mkl/lib/intel64 -lmkl_intel -lmkl_core -lmkl_sequential -lpthread -lm -L/usr/local/lib -lslatec -o boltz
make: ifort: Command not found

that is the message displayed when I run my program. I don't understand anything about what happened and how to solve it. If it is an installation problem, please help me by command lines steps in order to enjoy ifort. 

Thanks a lot! 

0 Kudos
Ron_Green
Moderator
242 Views

make sure you use bash shell

echo $0
-bash

then

source /opt/intel/oneapi/setvars.sh

which ifort
/opt/intel/oneapi/compiler/2022.1.0/linux/bin/intel64/ifort

 

0 Kudos
Reply