Re: [OMPI users] OpenMPI load data to multiple nodes

2010-07-13 Thread Reuti
2010 21:44:34 -0400 > > From: g...@ldeo.columbia.edu > > To: us...@open-mpi.org > > Subject: Re: [OMPI users] OpenMPI load data to multiple nodes > > > > Hi Jack/Jinxu > > > > Jack Bryan wrote: > > > Dear All, > > > > > > I am wo

Re: [OMPI users] OpenMPI load data to multiple nodes

2010-07-12 Thread Bowen Zhou
us...@open-mpi.org List-Post: users@lists.open-mpi.org Date: Mon, 12 Jul 2010 20:33:04 -0600 Subject: Re: [OMPI users] OpenMPI load data to multiple nodes thanks very much !!! May I use global variable to do that ? It means that all nodes have the same global variable, such as globalVecto

Re: [OMPI users] OpenMPI load data to multiple nodes

2010-07-12 Thread Jack Bryan
accessing the globalVector. Does it make sense ? Any help is appreciated. Jack July 12 2010 > Date: Mon, 12 Jul 2010 21:44:34 -0400 > From: g...@ldeo.columbia.edu > To: us...@open-mpi.org > Subject: Re: [OMPI users] OpenMPI load data to multiple nodes > > Hi Jack/Jinxu > > Ja

Re: [OMPI users] OpenMPI load data to multiple nodes

2010-07-12 Thread Gus Correa
Hi Jack/Jinxu Jack Bryan wrote: Dear All, I am working on a multi-computer Open MPI cluster system. If I put some data files in /home/mypath/folder, is it possible that all non-head nodes can access the files in the folder ? Yes, possible, for instance, if the /home/mypath/folder directo

[OMPI users] OpenMPI load data to multiple nodes

2010-07-12 Thread Jack Bryan
Dear All, I am working on a multi-computer Open MPI cluster system. If I put some data files in /home/mypath/folder, is it possible that all non-head nodes can access the files in the folder ? I need to load some data to some nodes, if all nodes can access the data, I do not need to load them