Re: [OMPI devel] Problem with adding new component (fwd)

2007-09-24 Thread Jeff Squyres
odify as you need, or, you should be building from a trunk checkout. On 9/24/07, David Erukhimovich wrote: -- Forwarded message -- Date: Mon, 24 Sep 2007 18:51:28 +0200 (IST) From: David Erukhimovich To: David Erukhimovich Subject: Re: [OMPI devel] Problem with adding new

Re: [OMPI devel] Problem with adding new component (fwd)

2007-09-24 Thread David Erukhimovich
-- Forwarded message -- List-Post: devel@lists.open-mpi.org Date: Mon, 24 Sep 2007 21:11:30 +0200 From: David Erukhimovich To: davider...@cs.huji.ac.il Subject: Re: [OMPI devel] Problem with adding new component I'm Sorry, This time I'm sending the email to the right

Re: [OMPI devel] Problem with adding new component

2007-09-23 Thread Tim Mattox
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

[OMPI devel] Problem with adding new component

2007-09-23 Thread David Erukhimovich
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