Ram,

1) Discover what $MKL_ROOT is. If you're using a standard intel installation
and ifort 11 as your arch.make suggests, it should be something like
/opt/intel/Compiler/11.1/075/mkl/lib/em64t/ (check this in your system). For
the sake of example, let's suppose that this is where the mkl is installed
in your system.

2) Instead of using

LAPACK=$(MKL_ROOT)/lib/intel64/libmkl_gf_lp64.a
$(MKL_ROOT)/lib/intel64/libmkl_sequential.a
$(MKL_ROOT)/lib/intel64/libmkl_core.a

try using

LAPACK=-L/opt/intel/Compiler/11.1/075/mkl/lib/em64t -lmkl_gf_lp64
-lmkl_sequential -lmkl_core

and something along the same lines for the blacs and scalapack.

Best of luck,

Marcos


On Tue, Apr 12, 2011 at 11:17 PM, janakiraman balachandran <
jana...@umich.edu> wrote:

> Please can someone help. I need to make this run really badly
>
> Regards
> Ram
>
>
> ---------- Forwarded message ----------
> From: janakiraman balachandran <jana...@umich.edu>
> Date: Tue, Apr 12, 2011 at 7:50 AM
> Subject: issue with installing siesta 1.3p
> To: siesta-l@uam.es
>
>
> Hi
>
> i'm trying to install siesta 1.3p. I'm trying to use mkl libraries. But i
> think my order is not correct. So i get a compilation error of undefined
> reference. I have attached my arch.make and Makefile along with the email.
> It will be of great help if some one can help me fix my arch.make and help
> me install it
>
> Thank you
>
> Regards
> Ram
>
>
>
>
> Contact Me [image: LinkedIn] [image: Facebook] [image: Flickr] [image:
> Twitter]
> Chat [image: Google Talk/] [""] [image: Skype/] [""] [image: MSN/] [""]
>

Responder a