Newsgroups: comp.parallel.mpi
From: xinchen@acsu.buffalo.edu (Xin Chen)
Subject: start mpi in a file
Organization: University at Buffalo
Date: 22 Aug 1995 18:15:54 GMT
Message-ID: <41d6sq$qoj@azure.acsu.buffalo.edu>

I have a question when i start a mpi process by the file.
I am using mpich. 
the command is "mpirun pgname -p4pg myfile"

the format of myfile is

sun1 0 mypgm1
sun2 1 mypgm2

question: How to pass parameters to mypgm1 and mypgm2 if i
start in this way?



