Am 18.09.2007 um 01:17 schrieb Josh Hursey:
What version of Open MPI are you using?
This feature is not in any release at the moment, but is scheduled
for v1.3. It is available in the subversion development trunk which
Aha - thx. I simply looked at the latest 1.2.3 only. - Reuti
can be down
What version of Open MPI are you using?
This feature is not in any release at the moment, but is scheduled
for v1.3. It is available in the subversion development trunk which
can be downloaded either from subversion or from a nightly snapshot
tarball on the Open MPI website:
http://www.ope
Josh:
Am 17.09.2007 um 21:33 schrieb Josh Hursey:
Sorry for catching up to this thread a bit late.
In the Open MPI trunk there is a mpirun option to preload a binary
before execution on remote nodes called '--preload-binary' (or '-s').
It has been tested with many of the resource managers (and
Sorry for catching up to this thread a bit late.
In the Open MPI trunk there is a mpirun option to preload a binary
before execution on remote nodes called '--preload-binary' (or '-s').
It has been tested with many of the resource managers (and should be
fairly resource manager agnostic), b
Am 17.09.2007 um 16:34 schrieb Brian Barrett:
On Sep 10, 2007, at 1:35 PM, Lev Givon wrote:
When launching an MPI program with mpirun on an xgrid cluster, is
there a way to cause the program being run to be temporarily
copied to
the compute nodes in the cluster when executed (i.e., similar
On Sep 10, 2007, at 1:35 PM, Lev Givon wrote:
When launching an MPI program with mpirun on an xgrid cluster, is
there a way to cause the program being run to be temporarily copied to
the compute nodes in the cluster when executed (i.e., similar to
what the
xgrid command line tool does)? Or is
Received from Neeraj Chourasia on Mon, Sep 10, 2007 at 11:49:03PM EDT:
> On Mon, 2007-09-10 at 15:35 -0400, Lev Givon wrote:
> > When launching an MPI program with mpirun on an xgrid cluster, is
> > there a way to cause the program being run to be temporarily copied to
> > the compute nodes in the
If you are using scheduler like PBS or SGE over MPI, there is an option
called prolog and epilog, where you can give scripts which does copy
operation. This script is called before and after job execution as the
name suggests.
Without it, in mpi itself, i have to see, if it can be done.
T
When launching an MPI program with mpirun on an xgrid cluster, is
there a way to cause the program being run to be temporarily copied to
the compute nodes in the cluster when executed (i.e., similar to what the
xgrid command line tool does)? Or is it necessary to make the program
being run availabl