Hello David,
The development trunk (towards 1.3) is not binary compatible with
the 1.2 branch of Open MPI. Actually, AFAIK, no two versions of
Open MPI are guaranteed to be binary compatible.
You would need to compile and make your component from within
a 1.2 source tree. To be safe, you should
Hello,
I created a new component by modifying round_robin (on rmaps) a bit. I
compiled it using autogen. configure and make in the development (1.3)
version and it works fine.
Now I tried to copy the the new library I made (.so and .la files) to the
lib folder of a stable release (1.2.3).
the r