Dear Sagar, I am not sure if configure detects the acml library. Recently it did not work for me. In case that configure does not detect the ACML, after you run ./configure, edit the file make.sys and modify the last line, to appear like this
LIBS = /opt/acml4.1.0/ifort64/lib/libacml.a $(MPI_LIBS) $(MASS_LIBS) $(PGPLOT_LIBS) $(LD_LIBS) Note that /opt/acml4.1.0 is the directory where I placed the ACML in my PC. Use the appropriate directory in your system. I also have one PC with processor AMD 64 X2, the operating system has a strange architecture x86_64 (as given by the command uname -a), but the intel compiler that works is 32bits , the emt64 version does not work for me in this machine. In this machine, I compiled using LIBS = /opt/acml4.1.0/ifort32/lib/libacml.a $(MPI_LIBS) $(MASS_LIBS) $(PGPLOT_LIBS) $(LD_LIBS) Regards Eduardo ---------- Mensaje reenviado ---------- > From: ambavale sagar <sagarambavale at yahoo.co.in> > To: pwforum que-ans <pw_forum at pwscf.org> > Date: Tue, 13 May 2008 12:01:16 +0530 (IST) > Subject: [Pw_forum] acml - mkl > Dear Pwscf users, > I have x86_64 (i.e. AMD64) architacture machine with Xeon (x5450-quad core) > processors having dual cpu. I have installed intel fortran compiler, c > compiler and mkl. But as i compile espresso4cvs2 version it does not > recognise BLAS,LAPACK libraries. Must i install ACML as i have AMD > architacture? During compilation of acml i couldn't find driver.f( They say > that driver.f is application program). What should be the procedure? > One more question: Is it possible to have Xeon processors with ia-64 > architacture? > > regards > Sagar Ambavale > Research Student > The M.S.University of Baroda > India > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/pw_forum/attachments/20080515/da40ea56/attachment.htm
