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
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
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
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
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