- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ifort: error #10236: File not found: '/home/gaurang/research/lapack-3.8.0/liblapack.a'
ifort: error #10236: File not found: '/home/gaurang/research/lapack-3.8.0/librefblas.a'
this error keeps showing up everytime. what does it mean and how to rectify it?
liblapack.a and librefblas.a are in fact located inside the lapack3.8.0 folder inside research folder and are linked but without root access is that causing problem?
similarly an alternate error: ./makeitKarman: line 38:mpiifort: command not found occurs
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting in the Intel forums.
>>"mpiifort: command not found "
1. Initialize the oneAPI environment using the below command:
For Root users:
source /opt/intel/oneapi/setvars.sh |
For normal users:
. ~/intel/oneapi/setvars.sh |
2. Try checking the version of mpiifort using the command below:
mpiifort --version |
3. Now could you please use the below command and let us know if it helps?
mpiifort filename.f90 -L /home/gaurang/research/lapack-3.8.0/ -llapack -lrefblas |
If the above command doesn't work, then could you please try with the root access?
Thanks & Regards,
Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We haven't heard back from you. Could you please provide us with any updates on your issue?
Thanks & Regards,
Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Thanks & Regards,
Santosh

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