Re: [OMPI users] another mpirun + xgrid question

2007-09-18 Thread Reuti
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

Re: [OMPI users] another mpirun + xgrid question

2007-09-17 Thread 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 can be downloaded either from subversion or from a nightly snapshot tarball on the Open MPI website: http://www.ope

Re: [OMPI users] another mpirun + xgrid question

2007-09-17 Thread Reuti
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

Re: [OMPI users] another mpirun + xgrid question

2007-09-17 Thread 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 should be fairly resource manager agnostic), b

Re: [OMPI users] another mpirun + xgrid question

2007-09-17 Thread Reuti
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

Re: [OMPI users] another mpirun + xgrid question

2007-09-17 Thread 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 to what the xgrid command line tool does)? Or is

Re: [OMPI users] another mpirun + xgrid question

2007-09-11 Thread Lev Givon
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

Re: [OMPI users] another mpirun + xgrid question

2007-09-10 Thread Neeraj Chourasia
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

[OMPI users] another mpirun + xgrid question

2007-09-10 Thread Lev Givon
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