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: "小龙邹" <zouxl02@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] compilation of parallel abinit 5.4.4
  • Date: Wed, 30 Jan 2008 13:31:43 +0800
  • 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=b+DzQEqTW/klIxapjCneZbP3zipvQVe/fOQbMNC7pQ7/x5LME23nPXuyaYWmZA8RSaAr5Sac6GEFeFy0q5TLOUmuNAP0Ai9S2RxMVqpOcOJh+lpgBtcel49j2/FBDw2zuN4N8YazuRlYNE85qbhfv23+TRuYMsEMzkg2/yd53r0=

 

Hello, Damien

I may suggest a problem of 'underscoring'.
 
it is indeed the key point. So, "mpi_wtime_" error is handled.
 
Another problem concerning about uppercase/lowercase (i guess) arises.
###############
abinip-abinit.o(.text+0xab): In function `MAIN__':
abinit.F90: undefined reference to `mpi_init'
abinip-abinit.o(.text+0xc3):abinit.F90: undefined reference to `mpi_comm_rank'
abinip-abinit.o(.text+0xdb):abinit.F90: undefined reference to `mpi_comm_size'
abinip-abinit.o(.text+0x1bc):abinit.F90: undefined reference to `status'
################
 
in the case of mpi library, i get
 
W MPI_Comm_rank
 T PMPI_Comm_rank
 
while in the case of abinip. i get
 
U mpi_comm_rank
 
Would you please make another suggestion ?
 
with
regards

 



Archive powered by MHonArc 2.6.16.

Top of Page