Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Abinit Parallelism

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Abinit Parallelism


Chronological Thread 
  • From: Anglade Pierre-Matthieu <anglade@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Abinit Parallelism
  • Date: Tue, 1 Dec 2009 09:10:38 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=HKnAoSAVHYJwiT4xcDuAi4SBHSVrxZTAVtMVok/rqekzwOKbN2srL1IA+Ph5M91KRt f/A/LTIfCY9WQp3ZHAhtzUM/hLYdD5a8Dv6mCPy2lu0FiBOxj8RwZ8xylQty3F9UI+Q0 b7Omr3GxI/8cU7pao1oG9AnpZJc1mAKyPwF7E=

Hi,

Your question looks sibyllin so I apologize in advance if my answer is
completely out of your matters.
Abinit is parallelized using mpi. In order to run a parallel
computation, you usually have to :
1) compile abinit with mpi support;
2)(sometimes) set up approriately your input;
3) run the compilation using the appropriate mpi scripts (comming with
your mpi installation) together with abinit.
From you question I guess that you may be missing step 1 and 3. To
compile abinit with mpi support, have a look at the output of
"configure --help" in your abinit sources root directory. And for step
3 you may want to try a tutorial on running mpi calculations; those
can be found on the websites of mpi implementations like openmpi or
mpich. Basically, running a parallel calculation can be as simple as
issuing the command :
mpirun -np 1024 abinit < input.files > log. But depending on your
computers setup it can be a little bit more tricky.

regards

PMA


On Sat, Nov 28, 2009 at 10:46 AM, zahra hooshmand <z.hooshmand@gmail.com>
wrote:
> Dear All,
> for GW parallel calculations is it enough to put parallelism variables in
> the input file and identify the number of processors?
> Please let me know if you you have information about GW calculations
> parallelism!
>
> --
> Regards
> Zahra Hooshmand
>



--
Pierre-Matthieu Anglade



Archive powered by MHonArc 2.6.16.

Top of Page