Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

installing intel fortran compiler 2022 for linux

ngueleobaldaguii
Beginner
935 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
932 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
915 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