ent: Friday, June 15, 2012 1:13:12 PM
Subject: Re: [OMPI users] An idea about a semi-automatic optimized
parallel I/O with Open MPI
There's nothing that says that your daemons have to be MPI processes. They
could be proper system-level daemons that live "forever&quo
There's nothing that says that your daemons have to be MPI processes. They
could be proper system-level daemons that live "forever", for example. You
might not be able to speak to them via MPI easily (e.g., you may need to use
TCP sockets or some other network transport), but this is fairly co
e
> not made a mistake.
>
> Best Regards!
> Xuan
>
> - Original Message -
> From: "Ralph Castain"
> To: "Open MPI Users"
> Sent: Wednesday, June 13, 2012 2:44:31 PM
> Subject: Re: [OMPI users] An idea about a semi-automatic optimized pa
t; From: "Ralph Castain"
> To: "Open MPI Users"
> Sent: Wednesday, June 13, 2012 2:44:31 PM
> Subject: Re: [OMPI users] An idea about a semi-automatic optimized parallel
> I/O with Open MPI
>
> One flaw in the idea: the daemons are not MPI processes, and the
-- Original Message -
From: "Ralph Castain"
To: "Open MPI Users"
Sent: Wednesday, June 13, 2012 2:44:31 PM
Subject: Re: [OMPI users] An idea about a semi-automatic optimized parallel
I/O with Open MPI
One flaw in the idea: the daemons are not MPI processes, and therefore
One flaw in the idea: the daemons are not MPI processes, and therefore have no
way to run an MPI I/O operation.
On Jun 13, 2012, at 5:40 AM, Xuan Wang wrote:
> Hi,
>
> I have an idea about using database to support a kind of semi-automatic
> optimized parallel I/O operations and want to know