LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: ThanhVu Nguyen (tvn_email-debianml_at_[hidden])
Date: 2005-08-14 17:09:41


Hi , I am able to successfully run existing programming in parallel
with MPI. However when it comes to program that requires an input file
(e.g, progname infile) , then I cannot able to run it in parallel,
the 'infile' is not passed to the slave machines.

I use this command

mpirun -np 3 ./a.out infile

then on machine id 0 (master), everything is fine but on other
machines don't see the 'infile' argument.

What is the correct way to run program that requires extra arguments ?
Thanks

tvn,

ThanhVu H. Nguyen