Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] mpirun stdin redirection

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] mpirun stdin redirection


Chronological Thread 
  • From: Xavier Gonze <gonze@pcpm.ucl.ac.be>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] mpirun stdin redirection
  • Date: Mon, 20 Oct 2003 09:17:38 +0200

Dear Steven,

Steven Homolya wrote:
Dear All,

I am trying to use the parallel version of abinip on two linux clusters (one runs redhat 7.3, the other runs redhat 8).

Trouble is that I cannot redirect stdin for all processes, only the first one, e.g. with

mpirun -np 4 abinip < infile >& logfile

process 1 gets infile as stdin, processes 2-4 get /dev/null.

What's worse is that I can't fix the problem in the source because only the broken ifc 7.0 compiler is available.

For v4.1 and v4.2 , the parts of ABINIT that could not be treated by
the IFC 7.0 compiler have been changed : ABINITv4.1 or v4.2 work with IFC v7.0
(This is not true for ABINITv4.0 or earlier versions).

So, you should be able to fix your problem.
Actually, please have a
look at abinit.f, line 217-225 : it is a matter of a few additional lines -
and if you do the modification, and test it, I would be glad to include these
in the main ABINIT release !

Good continuation,
Xavier




Archive powered by MHonArc 2.6.16.

Top of Page