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
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
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.