Re: [OMPI users] Live process migration

2012-12-11 Thread Ifeanyi
Hi Josh,

I can checkpoint but cannot migrate.

when I type ~openmpi-1.6# ompi-migrate ...  I got this problem
bash: ompi-migrate: command not found

Please assist.

Regards - Ifeanyi



On Wed, Dec 12, 2012 at 3:19 AM, Josh Hursey  wrote:

> Process migration was implemented in Open MPI and working in the trunk a
> couple of years ago. It has not been well maintained for a few years though
> (hopefully that will change one day). So you can try it, but your results
> may vary.
>
> Some details are at the link below:
>   http://osl.iu.edu/research/ft/ompi-cr/tools.php#ompi-migrate
>
> On Mon, Dec 10, 2012 at 10:39 PM, Ifeanyi  wrote:
>
>> Hi all,
>>
>> Just wondering if live process migration of processes is supported in
>> open mpi?
>>
>> or any idea of how to do live migration of processes pls.
>>
>> Regards,
>> Ifeanyi
>>
>> ___
>> users mailing list
>> us...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/users
>>
>
>
>
> --
> Joshua Hursey
> Assistant Professor of Computer Science
> University of Wisconsin-La Crosse
> http://cs.uwlax.edu/~jjhursey
>
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>


Re: [OMPI users] Live process migration

2012-12-11 Thread Ifeanyi
Thanks Josh.

I will give a go.

Regards - Ifeanyi

On Wed, Dec 12, 2012 at 3:19 AM, Josh Hursey  wrote:

> Process migration was implemented in Open MPI and working in the trunk a
> couple of years ago. It has not been well maintained for a few years though
> (hopefully that will change one day). So you can try it, but your results
> may vary.
>
> Some details are at the link below:
>   http://osl.iu.edu/research/ft/ompi-cr/tools.php#ompi-migrate
>
> On Mon, Dec 10, 2012 at 10:39 PM, Ifeanyi  wrote:
>
>> Hi all,
>>
>> Just wondering if live process migration of processes is supported in
>> open mpi?
>>
>> or any idea of how to do live migration of processes pls.
>>
>> Regards,
>> Ifeanyi
>>
>> ___
>> users mailing list
>> us...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/users
>>
>
>
>
> --
> Joshua Hursey
> Assistant Professor of Computer Science
> University of Wisconsin-La Crosse
> http://cs.uwlax.edu/~jjhursey
>
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>


Re: [OMPI users] BLCR + Qlogic infiniband

2012-12-11 Thread Josh Hursey
With that configure string, Open MPI should fail in configure if it does
not find the BLCR libraries. Note that this does not check to make sure the
BLCR is loaded as a module in the kernel (you will need to check that
manually).

The ompi_info command will also show you if C/R is enabled and will show
you if the 'blcr' 'crs' module in the listing at the end. That is probably
the best way to see if the build includes this support.


On Tue, Dec 4, 2012 at 4:43 AM, William Hay  wrote:

>
>
>
> On 28 November 2012 11:14, William Hay  wrote:
>
>> I'm trying to build openmpi with support for BLCR plus qlogic infiniband
>> (plus grid engine).  Everything seems to compile OK and checkpoints are
>> taken but whenever I try to restore a checkpoint I get the following error:
>> - do_mmap(, 2aaab18c7000, 1000, ...) failed:
>> ffea
>> - mmap failed: /dev/ipath
>> - thaw_threads returned error, aborting. -22
>> - thaw_threads returned error, aborting. -22
>> Restart failed: Invalid argument
>>
>> This occurs whether I specify psm or openib as the btl.
>>
>> This looks like the sort of thing I would expect to be handled by the
>> blcr supporting code in openmpi.  So I guess I have a couple ofquestions.
>> 1)Are Infiniband and BLCR support in openmpi compatible?
>> 2)Are there any special tricks necessary to get them working together.
>>
>> A third question occurred to me that may be relevant.  How do I verify
> that my openmpi install has blcr support built in?  I would have thought
> this would mean that either mpiexec or binaries built with mpicc would have
> libcr linked in.  However running ldd doesn't report this in either case.
>  I'm setting LD_PRELOAD to point to it but I would have thought openmpi
> would need to register a callback with blcr and it would be easier to do
> this if the library were linked in rather than trying to detect whether it
> has been LD_PRELOADed.  I'm building with the following options:
> ./configure --prefix=/home/ccaawih/openmpi-blcr --with-openib
> --without-psm --with-blcr=/usr --with-blcr-libdir=/usr/lib64 --with-ft=cr
> --enable-ft-thread --enable-mpi-threads --with-sge
>
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>



-- 
Joshua Hursey
Assistant Professor of Computer Science
University of Wisconsin-La Crosse
http://cs.uwlax.edu/~jjhursey


Re: [OMPI users] Live process migration

2012-12-11 Thread Josh Hursey
Process migration was implemented in Open MPI and working in the trunk a
couple of years ago. It has not been well maintained for a few years though
(hopefully that will change one day). So you can try it, but your results
may vary.

Some details are at the link below:
  http://osl.iu.edu/research/ft/ompi-cr/tools.php#ompi-migrate

On Mon, Dec 10, 2012 at 10:39 PM, Ifeanyi  wrote:

> Hi all,
>
> Just wondering if live process migration of processes is supported in open
> mpi?
>
> or any idea of how to do live migration of processes pls.
>
> Regards,
> Ifeanyi
>
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>



-- 
Joshua Hursey
Assistant Professor of Computer Science
University of Wisconsin-La Crosse
http://cs.uwlax.edu/~jjhursey


Re: [OMPI users] Live process migration

2012-12-11 Thread Jaroslaw Slawinski
true, looks like the entire sourceforge is down
best
js

On Tue, Dec 11, 2012 at 12:57 AM, Ifeanyi  wrote:
> Thanks Jaroslaw,
>
> I will try it asap, it appears that DMTCP at sourceforge.net site is down at
> the moment.
>
> Regards - ifeanyi
>
>
> On Tue, Dec 11, 2012 at 4:11 PM, Jaroslaw Slawinski
>  wrote:
>>
>> check DMTCP - it worked for me
>> js
>>
>> On Mon, Dec 10, 2012 at 11:39 PM, Ifeanyi  wrote:
>> > Hi all,
>> >
>> > Just wondering if live process migration of processes is supported in
>> > open
>> > mpi?
>> >
>> > or any idea of how to do live migration of processes pls.
>> >
>> > Regards,
>> > Ifeanyi
>> >
>> > ___
>> > users mailing list
>> > us...@open-mpi.org
>> > http://www.open-mpi.org/mailman/listinfo.cgi/users
>> ___
>> users mailing list
>> us...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/users
>
>
>
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


Re: [OMPI users] Live process migration

2012-12-11 Thread Ifeanyi
Thanks Jaroslaw,

I will try it asap, it appears that DMTCP at sourceforge.net site is down
at the moment.

Regards - ifeanyi

On Tue, Dec 11, 2012 at 4:11 PM, Jaroslaw Slawinski  wrote:

> check DMTCP - it worked for me
> js
>
> On Mon, Dec 10, 2012 at 11:39 PM, Ifeanyi  wrote:
> > Hi all,
> >
> > Just wondering if live process migration of processes is supported in
> open
> > mpi?
> >
> > or any idea of how to do live migration of processes pls.
> >
> > Regards,
> > Ifeanyi
> >
> > ___
> > users mailing list
> > us...@open-mpi.org
> > http://www.open-mpi.org/mailman/listinfo.cgi/users
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>


Re: [OMPI users] error configuring OpenMPI 1.6.3 with gcc 4.7.2

2012-12-11 Thread Joseph Farran

Hi All.

I was away all of last week so I am late here. A note that I was able to 
compile OpenMP 1.6.3 with gcc 4.7.2 successfully.

I built gcc 4.7.2 by hand with binutils-2.23.1, mpc-1.0.1, mpfr-3.1.1 and 
gmp-5.0.5.

Joseph

On 12/6/2012 2:37 PM, Paul Hatton wrote:

Thanks. This is obviously (now) a problem with my gcc build which isn't 
appropriate for this list. I'll re-visit this and post a solution once I've 
(hopefully) got this working. I don't have any shared libraries (*.so.*) in my 
gcc tree so something went badly wrong ...

Thanks for your help.





Re: [OMPI users] Live process migration

2012-12-11 Thread Jaroslaw Slawinski
check DMTCP - it worked for me
js

On Mon, Dec 10, 2012 at 11:39 PM, Ifeanyi  wrote:
> Hi all,
>
> Just wondering if live process migration of processes is supported in open
> mpi?
>
> or any idea of how to do live migration of processes pls.
>
> Regards,
> Ifeanyi
>
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users