[Pw_forum] Trouble with parallel running ld1.x
Paolo Giannozzi
giannozz at democritos.it
Wed Nov 25 07:31:52 CET 2009
On Nov 25, 2009, at 3:52 , Pavel A. Akulov wrote:
> I've faced a problem of parallel running ld1.x program.
> Stand-alone version works well (i've tried examples in atomic_doc),
> but parallel version gets me error:
there is no such thing as a "parallel version" of ld1.x : it always runs
on a single processor. It can be compiled and run in the same way
as all other codes for the user's convenience.
> I run it with string "mpirun -np 2 /path/ld1.x -in h.in > h.out"
there must be something wrong with input redirection.
"mpirun -np 2 /path/ld1.x < h.in > h.out" works. In any case,
don't run it in parallel: you gain nothing
P.
---
Paolo Giannozzi, Dept of Physics, University of Udine
via delle Scienze 208, 33100 Udine, Italy
Phone +39-0432-558216, fax +39-0432-558222
More information about the users
mailing list