Re: [OMPI users] how to build a relocatable OpenMPI RPM ?

2013-09-09 Thread Ralph Castain
You need to put prefix location in your path and ld_library_path Sent from my iPhone On Sep 9, 2013, at 8:02 PM, caohaijun wrote: > Hi all > > How to build a relocatable OpenMPI RPM ? > > I just use the following command to build a OpenMPI RPM from SRPM. > rpmbuild --rebuild --define 'configu

[OMPI users] how to build a relocatable OpenMPI RPM ?

2013-09-09 Thread caohaijun
Hi all How to build a relocatable OpenMPI RPM ? I just use the following command to build a OpenMPI RPM from SRPM. rpmbuild --rebuild --define 'configure_options --with-devel-headers' openmpi-1.7.2-1.src.rpm It can successfully build the RPM. After installing with 'rpm -ivh --prefix=/somewhere

Re: [OMPI users] OMPI_LIST_GROW keeps allocating memory

2013-09-09 Thread Jeff Squyres (jsquyres)
FYI: discussions of Open MPI internals should be on the de...@open-mpi.org list, not the us...@open-mpi.org list. I mention this because not all OMPI developers are on the users list. On Sep 9, 2013, at 3:59 AM, Max Staufer wrote: > I am still working on a small example that shows the proble

Re: [OMPI users] OMPI_LIST_GROW keeps allocating memory

2013-09-09 Thread Max Staufer
I am still working on a small example that shows the problem, our problematic call is part of a fairly extensive framework so its not easy to post that part, but see below. As you can see the subroutine is recursive and will be calling itself again depending on the outcome posted here. The MPI