From: gis86572@cis.nctu.edu.tw (JazzRabbit)
Newsgroups: comp.parallel.mpi
Subject: Can MPIch 1.1.1 start with script ??
Date: 1 Sep 1998 07:11:30 GMT
Organization: Dept. of Computer & Information Science, NCTU, Taiwan
Message-Id: <6sg6n2$j34$1@news.cis.nctu.edu.tw>


Can I run MPI with a script file?
as following:
    mpirun -np 3 scfile

, and in the "scfile":
    a.out arg1 arg2

# a.out is a MPI program.
As I did, it ran just one process, not three!!

What should I do in starting MPI program in script file ?
Or, it can't be run like this ?

# I use MPIch 1.1.1

--

I am JazzRabbit
My e-mail address:gis86572@cis.nctu.edu.tw
               or u8623572@cc.nctu.edu.tw

