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: "Anglade Pierre-Matthieu" <anglade@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] compilation of parallel abinit 5.4.4
  • Date: Tue, 29 Jan 2008 09:30:40 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=gZK+LY8g7utol3GTVFzXdS3jXznisApNNAcRhTQdHEDzTpgDdsyalB9R30iz6W8zSb1IbOK9BBVzT9r0fDhUOWkst0p8O6QL3PXEPjIjwlQF9zfQS4CzI20AroxjpHQHPeIczth+0ZQkBltoBxolI7tJx0+8fI8jw4MJmaBpPQk=

Hi,

Are you using the mpif90 script as a "command line compiler" to compile/link or are you using ifort directly ? If you wish to use ifort directly you may have to specify  where to find your mpif.h file with '-I/your/path/to/mpi/headers' and  also the path to your mpilibraries (if not standard) with a '-L/pat/to/mpi/libs'.

Best

PMA

On Jan 29, 2008 9:01 AM, <zouxl02@gmail.com> wrote:
Dear all:

     Hello. I am a new abiniter. I am sorry to disturb you.
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:
###############
../../src/18seqpar/lib18seqparp.a(lib18seqparp_a-cgwf_htor.o)(.text+0x43a8): In function `cgwf_htor_':
cgwf_htor.F90: undefined reference to `mpi_wtime_'
../../src/18seqpar/lib18seqparp.a(lib18seqparp_a-cgwf_htor.o)(.text+0x4872):cgwf_htor.F90: undefined reference to `mpi_wtime_'
###############

the MPI_Wtime is declared in mpi.h, but it seems this header could not be identified! I am quite confused!

Could you please give me some suggestion?

thanks a lot!



with

regards




--
Pierre-Matthieu Anglade



Archive powered by MHonArc 2.6.16.

Top of Page