forum@abinit.org
Subject: The ABINIT Users Mailing List ( CLOSED )
List archive
- From: Alain Jacques <ajs.jacques@gmail.com>
- To: forum@abinit.org
- Subject: Re: [abinit-forum] parallel tune
- Date: Fri, 26 Dec 2008 20:05:35 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding:from; b=wZyLcLhBbsCnsBWf7/U/JKMYw7dRwykL0RBLBBclEWer3NHou5tJ2cXf+7UuAz8wy/ SK3yfmOWDop4RcAvWblYy6cvt0Ba8OY2JokKLdYZx3FhKisgrra0K6IIohPxVpyHAv+7 QJq6nvN1f4bLHbOHG9OcOr5gW5AmQYWir3X0s=
Let's make a simple test to figure out where it goes wrong. Create a
sample mpi_hello.f90 file with: PROGRAM HelloWorld include 'mpif.h' call mpi_init(ierr) call mpi_comm_size(MPI_COMM_WORLD,npes, ierr) call mpi_comm_rank(MPI_COMM_WORLD,irank,ierr) print*,'Hello World! I am ',irank,' of ',npes call mpi_finalize(ierr) END PROGRAM Check that your mpi is in the PATH and LD_LIBRARY_PATH ; compile mpi_hello.f90 with mpif90 -o mpi_hello mpi_hello.f90 Then run it with mpirun --mca btl sm,self -np 2 mpi_hello Do you obtain ... Hello World! I am 0 of 2 Hello World! I am 1 of 2 Alain Physics fany wrote: 227862.77843.qm@web59916.mail.ac4.yahoo.com" type="cite">... |
- [abinit-forum] parallel tune, Physics fany, 12/26/2008
- Re: [abinit-forum] parallel tune, Alain Jacques, 12/26/2008
- Re: [abinit-forum] parallel tune, Physics fany, 12/26/2008
- Re: [abinit-forum] parallel tune, Alain Jacques, 12/26/2008
- Re: [abinit-forum] parallel tune, Physics fany, 12/26/2008
- <Possible follow-up(s)>
- Re: [abinit-forum] parallel tune, Physics fany, 12/26/2008
- Re: [abinit-forum] parallel tune, Alain Jacques, 12/26/2008
- Re: [abinit-forum] parallel tune, Physics fany, 12/27/2008
- Re: [abinit-forum] parallel tune, matthieu verstraete, 12/27/2008
- Re: [abinit-forum] parallel tune, Alain Jacques, 12/27/2008
- Re: [abinit-forum] parallel tune, Physics fany, 12/28/2008
- Re: [abinit-forum] parallel tune, lan haiping, 12/28/2008
- Re: [abinit-forum] parallel tune, Physics fany, 12/28/2008
- Re: [abinit-forum] parallel tune, lan haiping, 12/28/2008
- Re: [abinit-forum] parallel tune, Physics fany, 12/28/2008
- Re: [abinit-forum] parallel tune, Alain Jacques, 12/27/2008
- Re: [abinit-forum] parallel tune, Alain Jacques, 12/26/2008
- Re: [abinit-forum] parallel tune, Alain Jacques, 12/26/2008
Archive powered by MHonArc 2.6.15.