Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] abinit 5.2.4 installation drives me crazy

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] abinit 5.2.4 installation drives me crazy


Chronological Thread 
  • From: Matthieu Verstraete <mjv500@york.ac.uk>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] abinit 5.2.4 installation drives me crazy
  • Date: Wed, 28 Feb 2007 15:56:06 +0000 (GMT)


You are linking to 32 bit libraries, but the main compiler/mpi stuff is 64 bit (as it should be). Either your compiler is mis-configured, or your LD_LIBRARY_PATH is wrong or something. Make sure the 64 bit counterparts of the following files exist and are in the path. You may have to add or change the FCFLAGS= argument in ../configure, to add "-L/opt/SUNWspro/prod/lib64" or whatever it might be.

/opt/SUNWspro/prod/lib/libfui.a(etime_.o)
/opt/SUNWspro/lib/libfai.a(cgemm.o)
/opt/SUNWspro/prod/lib/libfsu.a(adjust.o)
/opt/SUNWspro/prod/lib/libsunmath.a(atanf.o)
/opt/SUNWspro/prod/lib/libfui.a(random.o)
/lib/libdl.so.1

Otherwise, switch to the 32 bit mpi compiler e.g.
/usr/local/mpich-mx.32/bin/mpif90

Matthieu

--
================================================================
Dr. Matthieu Verstraete mailto:mjv500@york.ac.uk
Dept. of Physics, University of York, tel: +44 1904 43 22 08
Heslington, YO10 5DD York, United Kingdom fax: +44 1904 43 22 14



Archive powered by MHonArc 2.6.16.

Top of Page