Skip to Content.
Sympa Menu

forum - Re: [abinit-forum]

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum]


Chronological Thread 
  • From: "Fernando D. Vila" <fer@tiziano.phys.washington.edu>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum]
  • Date: Tue, 9 Aug 2005 14:23:44 -0700 (PDT)

On Tue, 9 Aug 2005 ispmarin@gmail.com wrote:

Hello again.

This solved the herald problem, but now the compilation stops in other point:

+++++++++++++++++++++++++++++++++++++++++++
echo " abinis will be made " ; echo " "
abinis will be made

cd . ; \
/opt/intel/fc/9.0/bin/ifort -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_3ionetcdf/ar_3ionetcdf.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_1managempi/ar_1managempi.a
Src_0basis/ar_0basis.a Src_defs/ar_defs.a Lib_fftnew/fftnew.a
Lib_numeric/numeric.a Lib_numericf90/numericf90.a Lib_lapack/lapack.a
Lib_blas/blas.a -L/opt/intel/fc/9.0/lib -lsvml -lcxa -static-libcxa ; \
chmod ugo+rx abinis
IPO link: can not find "("
ifort: error: problem during multi-file optimization compilation (code 1)
chmod: impossível acessar `abinis': File not found
+++++++++++++++++++++++++++++++++++++++++++

It seems that it is impossible to find the abinis that should be generated. What can be happening?


You are trying to do multifile interprocedural optimizations (ipo). This is not strightforward when using makefiles. I suggest you check your optimization options and substitute them by somthing like -O3 -static -xP (this last one depends on your target machine, check the ifc manual). These options are equivalent to -fast without ipo.

Cheers, Fer.

Ubi dubium ibi libertas.
*******************************************************************************
Fernando D. Vila Voice (206)543-9697
Department of Physics Fax (206)685-0635
University of Washington E-mail fdv@u.washington.edu
Seattle, WA 98195, USA WWW http://faculty.washington.edu/fdv
*******************************************************************************

  • [no subject], ispmarin, 08/09/2005
    • Re: [abinit-forum], Fernando D. Vila, 08/09/2005

Archive powered by MHonArc 2.6.16.

Top of Page