Hi,
What I have in my arch.make:
#####
MKLPATH=/opt/intel/composer_xe_2015/mkl/lib/intel64
SUGGESTED_LIBS=$(MKLPATH)/libmkl_scalapack_lp64.a \
-Wl,--start-group \
$(MKLPATH)/libmkl_intel_lp64.a \
$(MKLPATH)/libmkl_sequential.a \
$(MKLPATH)/libmkl_core.a \
$(MKLPATH)/libmkl_blacs_intelmpi_lp64.a \
-Wl,--end-group \
-lpthread
#####
Also, I have sourced the path for the Intel compilers (that include the
path to the MKL files):
source /opt/intel/parallel_studio_xe_2015/psxevars.sh
[]'s,
Camps
On Wed, Nov 9, 2016 at 5:52 PM, Riya Rogers <[email protected]> wrote:
> Dear all
>
> I am using intel mkl library but not able to modify LIBS variable properly
> hence at the end of installation, i am getting error saying:
>
> No such file or directory
>
> How to modify LIBS variable?
>
> Kindly help me out...
>
> Regards
> Riya
>