Intel® oneAPI Base Toolkit
Support for the core tools and libraries within the base toolkit that are used to build and deploy high-performance data-centric applications.

oneapi

gaurang1
Beginner
516 Views

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 

0 Kudos
3 Replies
SantoshY_Intel
Moderator
498 Views

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

0 Kudos
SantoshY_Intel
Moderator
454 Views

Hi,


We haven't heard back from you. Could you please provide us with any updates on your issue?


Thanks & Regards,

Santosh


0 Kudos
SantoshY_Intel
Moderator
369 Views

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


0 Kudos
Reply