- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
i have installed HPCK for ifort utilisation but its not working. what are the next steps after complete installation?
Please help
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page