Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Problem in running parallel code abinip with HP-MPI

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Problem in running parallel code abinip with HP-MPI


Chronological Thread 
  • From: "Anglade Pierre-Matthieu" <anglade@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Problem in running parallel code abinip with HP-MPI
  • Date: Mon, 28 Aug 2006 10:38:46 +0200
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q3Y8ZU5DchUvxKNztKJ4Q1/jSUxWUu4AlZYFodnmYMseu9Hx1f1ApNFDJPADCMdHB0WmwWYIAX+LjmOLyrLuqeAY+2kjAGAjgpla9qTIgcCwbVndF7PeSWTYzcsc0quCp7iM+cPSCqBkfqwHo2rpDa75XCeeDfOULzKFBnsiJTo=

Hi

On many machines you have those two devices (shmem and p4) available
for communication (shmem can be used only for SMP machines). Sysadmin
usualy gives you the choice over which one you prefer so both are
installed, generaly in dfferent path. Then Your choices have to be
consistent. If you compile with
/any/way/p4/bin/mpif90
you must run something like
/any/way/p4/bin/mpirun -np ...
and not
/any/way/shmem/bin/mpirun -np ...
and vice versa.
I think that something like that may be the reasons for the error
message you get, isn't it.
regards

PMA

On 8/26/06, 张�s <zhangting1980323@gmail.com> wrote:

Dear ABINIT users:

I'm trying to use MPI to perform parallel calcluations. But there is a
mistake that I can't start the parallel code abinip. The error messages are
like:

0 - MPI_INIT : MPIRUN chose the wrong device ch_p4; program needs device
ch_shmem
/opt/mpich/bin/mpirun: line 1: 3542 Segmentation fault
"/home/ting/ABINIT/abinitbin_par- 4.6.5/abinip" -p4pg
"/home/ting
/ABINIT/abinitbin_par-4.6.5/Tutorial/test/PI3486" -p4wd
"/home/ting/ABINIT/abinitbin_par-4.6.5/Tutorial/test"

I've read the help file of HP-MPI, but I haven't found a method to
correct the error. The HP-MPI itself works well, in CASTEP parallel running.
Can someone tell me how to solve such a problem? Or must I install another
version of MPI? Thanks!



Zhang Ting

Peking Univ.

Aug. 26th 2006


--
Pierre-Matthieu Anglade




Archive powered by MHonArc 2.6.16.

Top of Page