From: Stephen Wooding <stephen.wooding@anthro.utah.edu>
Newsgroups: comp.parallel.mpi
Subject: Distributing executable using MPICH
Date: Wed, 30 Dec 1998 13:20:37 -0700
Organization: University of Utah - ACLIS
Message-Id: <368A8B15.7EC4822F@anthro.utah.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


I used to use LAM. It had this nice option to mpirun, -s, where you
could specify a node as the source of the executable to be used by all
other nodes, so that it would be copied to each node before running.
This saved time in rcp'ing the executable to each node.

I can't figure out how to do this in mpich's mpirun. Is there a similar
option?

Thanks,
Steve

