Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] compilation of parallel abinit 5.4.4

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] compilation of parallel abinit 5.4.4


Chronological Thread 
  • From: Damien Caliste <damien.caliste@cea.fr>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] compilation of parallel abinit 5.4.4
  • Date: Tue, 29 Jan 2008 16:00:13 +0100
  • Organization: CEA - recherche fondamentale

Hello,

Le 29/01/2008, zouxl02@gmail.com a écrit :
> I am trying to compile parallel abinit 5.4.4, but I encounter some
> problems.
> Here are our arch and compiler:
> pentium4 + mpich-1.2.5.2-ifc + ifort 9.0
>
> I get these errors:
> undefined reference to `mpi_wtime_'
I may suggest a problem of 'underscoring'. How do you compile your mpi
libraries? What flags were used for ABINIT (typically, I bet on a
-fno-second-underscore)?

To know it, locate your mpi library and do:
nm /path/to/your/library/libmpi.a | less
And look for the symbols with a T, do they have two underscores at the
end?
Then, do:
nm src/18seqpar/libseqparp.a | less
And look for the symbols with a T, do they have only one underscore at
the end?

If so, either recompile ABINIT without the -fno-second-underscore or
recompile mpich with -fno-second-underscore.

Damien.




Archive powered by MHonArc 2.6.16.

Top of Page