Newsgroups: comp.parallel.mpi
From: Pasha <cuno>
Subject: How to pass parameters to the program?
Organization: Bar-Ilan University, Ramat-Gan, Israel
Date: 25 Aug 1995 12:54:25 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <41kh61$l4i@cnn.cc.biu.ac.il>

Hi , 
I am probably asking very simple quiestion:
How can I pass parameters to mpi program, compiled on Solaris with the
MPICH package.
My executable accepts few parameters and non-parallel version 
execution is simply :
			my_prgm f1 f2 f3
MPICH execution requires :
	      mpirun  my_prgm f1 f2 f3
which does not work because these parameters are not accepted (exactly as
I did not specifying anything).
	Thank you for help,
			Yours, Paul Cuno


