Re: [OMPI devel] New Romio for OpenMPI available in bitbucket

2010-10-07 Thread Sylvain Jeaugey
On Wed, 29 Sep 2010, Ashley Pittman wrote: On 17 Sep 2010, at 11:36, Pascal Deveze wrote: Hi all, In charge of ticket 1888 (see at https://svn.open-mpi.org/trac/ompi/ticket/1888) , I have put the resulting code in bitbucket at: http://bitbucket.org/devezep/new-romio-for-openmpi/ The work in

Re: [OMPI devel] Use of OPAL_PREFIX to relocate a lib

2010-10-07 Thread Ralph Castain
What you are seeing is just the difference in how the build system (old vs new vs RPM script) travels across the directory tree. The new build system and RPM do it in alphabetical order, so config comes before env. The old autogen.sh did it in reverse alpha order, so env came before config. I do

Re: [OMPI devel] Use of OPAL_PREFIX to relocate a lib

2010-10-07 Thread Sylvain Jeaugey
Hi list, Remember this old bug ? I think I finally found out what was going wrong. The opal "installdirs" framework has two static components : config and env. These components are automatically detected by the MCA system and they are listed in opal/mca/installdirs/base/static-components.h.