From: Johannes Zellner <johannes@zellner.org>
Newsgroups: comp.parallel.mpi
Subject: argv & mpich (Linux)
Date: Wed, 14 Jul 1999 13:49:14 +0200
Organization: University of Karlsruhe
Message-Id: <Pine.LNX.4.10.9907141347430.26170-100000@krispc6.physik.uni-karlsruhe.de>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Xref: ukc comp.parallel.mpi:5334


mpirun -np 2 my_program "this is should be one argument"

results in 
    argv[1] == this

(mpich on Linux)
Any comments ?

--
   Johannes

