Skip to Content.
Sympa Menu

forum - RE: [abinit-forum] compiler error

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

RE: [abinit-forum] compiler error


Chronological Thread 
  • From: "Cote Michel" <michel.cote@umontreal.ca>
  • To: <forum@abinit.org>
  • Subject: RE: [abinit-forum] compiler error
  • Date: Wed, 28 Jan 2004 13:58:04 -0500



Hello Gerd,

Try with the option -lsvml of the Intel fortran compiler.

Michel

***************************************************************
Michel Cote tel: +1 (514) 343-5628
Professeur adjoint fax: +1 (514) 343-2071
Département de physique
Université de Montréal
C.P. 6128, succ. Centre-ville
Montréal (Québec) H3C 3J7 Michel.Cote@umontreal.ca
Canada http://www.phys.umontreal.ca/~michel_cote
***************************************************************





> -----Message d'origine-----
> De : Gerd Steinle-Neumann [mailto:G.Steinle-Neumann@uni-bayreuth.de]
> Envoyé : 28 janvier, 2004 11:42
> À : forum@abinit.org
> Objet : [abinit-forum] compiler error
>
>
> Dear all -- taking first steps in ABINIT I am currently compiling the
> code (sequential version on a linux Pentium V with redhat 7, intel
> compilers (7.0) and mkl routines). This works fine until the final
> linking to the abinis code when I get the following error message:
>
> > > make allseq
>
> ......
>
> > echo " abinis will be made " ; echo " "
> > abinis will be made
> >
> > cd . ; \
> > /opt/intel/compiler70/ia32/bin/ifc -o abinis
> > Src_main/abinis.o Src_9drive/ar_9drive.a Src_8seqpar/ar_8abinis.a
> > Src_7suscep/ar_7suscep.a Src_6response/ar_6response.a
> > Src_5common/ar_5common.a Src_4iowfdenpot/ar_4iowfdenpot.a
> > Src_4wfs/ar_4wfs.a Src_3gw/ar_3gw.a Src_3iovars/ar_3iovars.a
> > Src_3paw/ar_3paw.a Src_3recipspace/ar_3recipspace.a
> Src_3xc/ar_3xc.a
> > Src_3xml/ar_3xml.a Src_2nonlocal/ar_2nonlocal.a
> Src_2ffts/ar_2ffts.a
> > Src_2psp/ar_2psp.a Src_2geometry/ar_2geometry.a
> > Src_2parser/ar_2parser.a Src_2spacepar/ar_2spacepar.a
> > Src_1util/ar_1util.a Src_1contract/ar_1contract.a
> > Src_0basis/ar_0basis.a Src_defs/ar_defs.a Lib_fftnew/fftnew.a
> > Lib_numrecip/numrecip.a -L /opt/intel/mkl/lib/32 -L
> > /opt/intel/compiler70/ia32/lib -lmkl_lapack -lmkl_p4
> -lguide -lpthread ; \
> > chmod ugo+rx abinis
> > Src_3xc/ar_3xc.a(xchelu.o): In function `xchelu_.J':
> > xchelu.o(.text+0x4aa): undefined reference to `vmldLn2'
> > xchelu.o(.text+0x52b): undefined reference to `vmldLn2'
> > xchelu.o(.text+0x680): undefined reference to `vmldLn2'
> > xchelu.o(.text+0x704): undefined reference to `vmldLn2'
> > chmod: getting attributes of `abinis': No such file or directory
> > make[1]: *** [abinis] Error 1
> > make[1]: Leaving directory `/home/gsteinle/ABINIT'
> > make: *** [allseq] Error 2
>
> grepping for vmldLn2 anywhere yields the following results:
>
> > > grep vmldLn2 */*
> > Binary file Src_3xc/ar_3xc.a matches
> > Binary file Src_3xc/xchelu.o matches
>
> but no vmldN2 anywhere else.
> The binary I downloaded of course reports vmldN2 in:
>
> > grep vmldLn2 *
> > Binary file abinis matches
> > Binary file anaddb matches
>
> ?????? Any insight ??????
>
> Thanks, Gerd.
>
>


  • RE: [abinit-forum] compiler error, Cote Michel, 01/28/2004

Archive powered by MHonArc 2.6.16.

Top of Page