Re: [OMPI users] Process Migration

2011-11-11 Thread Ioannis Papadopoulos
*From:* Josh Hursey *To:* Open MPI Users *Cc:* Mudassar Majeed *Sent:* Thursday, November 10, 2011 5:11 PM *Subject:* Re: [OMPI users] Process Migration Note that the "migrate me from my current node to node " scenario is cove

Re: [OMPI users] Process Migration

2011-11-10 Thread Jeff Squyres
and best regards, > Mudassar > From: Josh Hursey > To: Open MPI Users > Cc: Mudassar Majeed > Sent: Thursday, November 10, 2011 5:11 PM > Subject: Re: [OMPI users] Process Migration > > Note that the "migrate me from my current node to node " scenario > is c

Re: [OMPI users] Process Migration

2011-11-10 Thread Mudassar Majeed
heuristic will > be. > > thanks > Mudassar > > ________ > From: Jeff Squyres > To: Mudassar Majeed ; Open MPI Users > > Cc: Ralph Castain > Sent: Thursday, November 10, 2011 2:19 PM > Subject: Re: [OMPI users] Process Migration > &

Re: [OMPI users] Process Migration

2011-11-10 Thread Josh Hursey
> be. > > thanks > Mudassar > > ________ > From: Jeff Squyres > To: Mudassar Majeed ; Open MPI Users > > Cc: Ralph Castain > Sent: Thursday, November 10, 2011 2:19 PM > Subject: Re: [OMPI users] Process Migration > > On Nov 10

Re: [OMPI users] Process Migration

2011-11-10 Thread Ralph Castain
ate a process from one core to another > or not. Then I will see how good my heuristic will be. > > thanks > Mudassar > > From: Jeff Squyres > To: Mudassar Majeed ; Open MPI Users > > Cc: Ralph Castain > Sent: Thursday, November 10, 2011 2:19 PM > Subject: Re: [O

Re: [OMPI users] Process Migration

2011-11-10 Thread Eugene Loh
On 11/10/2011 5:19 AM, Jeff Squyres wrote: On Nov 10, 2011, at 8:11 AM, Mudassar Majeed wrote: Thank you for your reply. I am implementing a load balancing function for MPI, that will balance the computation load and the communication both at a time. So my algorithm assumes that all the cores

Re: [OMPI users] Process Migration

2011-11-10 Thread Mudassar Majeed
, November 10, 2011 2:19 PM Subject: Re: [OMPI users] Process Migration On Nov 10, 2011, at 8:11 AM, Mudassar Majeed wrote: > Thank you for your reply. I am implementing a load balancing function for > MPI, that will balance the computation load and the communication both at a > ti

Re: [OMPI users] Process Migration

2011-11-10 Thread Josh Hursey
The MPI standard does not provide explicit support for process migration. However, some MPI implementations (including Open MPI) have integrated such support based on checkpoint/restart functionality. For more information about the checkpoint/restart process migration functionality in Open MPI see

Re: [OMPI users] Process Migration

2011-11-10 Thread Jeff Squyres
On Nov 10, 2011, at 8:11 AM, Mudassar Majeed wrote: > Thank you for your reply. I am implementing a load balancing function for > MPI, that will balance the computation load and the communication both at a > time. So my algorithm assumes that all the cores may at the end get different > number

Re: [OMPI users] Process Migration

2011-11-10 Thread Mudassar Majeed
processes per core. I can explain you the complete problem if you want. regards, Mudassar From: Ralph Castain To: Mudassar Majeed ; Open MPI Users Sent: Thursday, November 10, 2011 1:57 PM Subject: Re: [OMPI users] Process Migration I'm not sure what you me

Re: [OMPI users] Process Migration

2011-11-10 Thread Ralph Castain
I'm not sure what you mean by "migrate". Are you talking about restarting a failed process at a different location? Or arbitrarily moving a process to another location upon command? On Nov 10, 2011, at 5:18 AM, Mudassar Majeed wrote: > > Dear MPI community, >

Re: [OMPI users] process migration on openmpi

2010-03-25 Thread Jeff Squyres
You might want to contact Josh Hursey, the author of most of Open MPI's checkpoint / restart / migration work; it would probably be best to ping him on the devel list (vs. the general user's list). http://www.open-mpi.org/community/lists/ompi.php On Mar 25, 2010, at 10:18 AM, luyang dong