Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-17 Thread Yevgeny Kliteynik
On 17-Jul-11 5:50 PM, Jeff Squyres wrote: > Are you saying that you don't link against symbols from that header file -- > you only use struct definitions / #defines ? If so, then I would agree -- > it's not necessary. I'm using macros, data types and inline functions that work on these data typ

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-17 Thread Jeff Squyres
Are you saying that you don't link against symbols from that header file -- you only use struct definitions / #defines ? If so, then I would agree -- it's not necessary. Can you confirm? On Jul 17, 2011, at 9:19 AM, Yevgeny Kliteynik wrote: > Hi Jeff, > > On 14-Jul-11 5:26 PM, Jeff Squyres

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-17 Thread Yevgeny Kliteynik
Hi Jeff, On 14-Jul-11 5:26 PM, Jeff Squyres wrote: > On Jul 14, 2011, at 10:16 AM, Yevgeny Kliteynik wrote: > >> Also, besides checking if compilation works (assuming that I get >> this file), I have no way checking if linkage also works... > > You can AC_LINK_IFELSE to see if the symbols you ne

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Jeff Squyres
On Jul 14, 2011, at 10:16 AM, Yevgeny Kliteynik wrote: > Also, besides checking if compilation works (assuming that I get > this file), I have no way checking if linkage also works... You can AC_LINK_IFELSE to see if the symbols you need are in the libraries. Er... I'm sorry, I should have not

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Yevgeny Kliteynik
On 14-Jul-11 4:38 PM, Terry Dontje wrote: > > > On 7/14/2011 9:17 AM, Yevgeny Kliteynik wrote: >> On 14-Jul-11 3:30 PM, Jeff Squyres wrote: >>> The real question is: does Solaris have the same data structures required >>> for Linux's dynamic SL support? If so, this header file inquiry is >>> w

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Terry Dontje
On 7/14/2011 9:17 AM, Yevgeny Kliteynik wrote: On 14-Jul-11 3:30 PM, Jeff Squyres wrote: The real question is: does Solaris have the same data structures required for Linux's dynamic SL support? If so, this header file inquiry is worthwhile. If not, then perhaps a separate port will be req

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Terry Dontje
On 7/14/2011 9:30 AM, Yevgeny Kliteynik wrote: On 14-Jul-11 4:21 PM, Paul H. Hargrove wrote: On 7/13/2011 11:42 PM, Yevgeny Kliteynik wrote: [adding Terry] On 14-Jul-11 2:49 AM, Eugene Loh wrote: On 7/13/2011 4:31 PM, Paul H. Hargrove wrote: On 7/13/2011 4:20 PM, Yevgeny Kliteynik wrote:

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Yevgeny Kliteynik
On 14-Jul-11 4:21 PM, Paul H. Hargrove wrote: > > > On 7/13/2011 11:42 PM, Yevgeny Kliteynik wrote: >> [adding Terry] >> >> On 14-Jul-11 2:49 AM, Eugene Loh wrote: >>> On 7/13/2011 4:31 PM, Paul H. Hargrove wrote: On 7/13/2011 4:20 PM, Yevgeny Kliteynik wrote: >>> Finally, are you sure t

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Paul H. Hargrove
On 7/13/2011 11:42 PM, Yevgeny Kliteynik wrote: [adding Terry] On 14-Jul-11 2:49 AM, Eugene Loh wrote: On 7/13/2011 4:31 PM, Paul H. Hargrove wrote: On 7/13/2011 4:20 PM, Yevgeny Kliteynik wrote: Finally, are you sure that infiniband/complib/cl_types_osd.h exists on all platforms? (e.g., S

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Yevgeny Kliteynik
On 14-Jul-11 3:30 PM, Jeff Squyres wrote: > The real question is: does Solaris have the same data structures required for > Linux's dynamic SL support? If so, this header file inquiry is worthwhile. > If not, then perhaps a separate port will be required for Solaris to support > the dynamic SL

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Jeff Squyres
The real question is: does Solaris have the same data structures required for Linux's dynamic SL support? If so, this header file inquiry is worthwhile. If not, then perhaps a separate port will be required for Solaris to support the dynamic SL functionality. On Jul 14, 2011, at 7:24 AM, Ter

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Terry Dontje
I do but my machine room's power is down so I don't have access to it right now. I will grope around once it comes up to see what it has. I also have sent email to our IB team for some direction. --td On 7/14/2011 2:42 AM, Yevgeny Kliteynik wrote: [adding Terry] On 14-Jul-11 2:49 AM, Eugen

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-14 Thread Yevgeny Kliteynik
[adding Terry] On 14-Jul-11 2:49 AM, Eugene Loh wrote: > On 7/13/2011 4:31 PM, Paul H. Hargrove wrote: >> On 7/13/2011 4:20 PM, Yevgeny Kliteynik wrote: > Finally, are you sure that infiniband/complib/cl_types_osd.h exists on > all platforms? (e.g., Solaris) I know you said you don't ha

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-13 Thread Eugene Loh
On 7/13/2011 4:31 PM, Paul H. Hargrove wrote: On 7/13/2011 4:20 PM, Yevgeny Kliteynik wrote: > Finally, are you sure that infiniband/complib/cl_types_osd.h exists on all platforms? (e.g., Solaris) I know you said you don't have any Solaris machines to test with, but you should ping Oracle d

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-13 Thread Paul H. Hargrove
On 7/13/2011 4:20 PM, Yevgeny Kliteynik wrote: > Finally, are you sure that infiniband/complib/cl_types_osd.h exists on all platforms? (e.g., Solaris) I know you said you don't have any Solaris machines to test with, but you should ping Oracle directly for some testing -- Terry might no

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-13 Thread Yevgeny Kliteynik
Hi Jeff, Just checked in r24900. On 09-Jul-11 2:24 PM, Jeff Squyres wrote: > I'm still getting warnings about OMPI_ENABLE_DYNAMIC_SL not being defined, > even though I see this in my configure output: > > checking if can use dynamic SL support... yes > > That's why I wanted that macro *always*

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-09 Thread Jeff Squyres
I'm still getting warnings about OMPI_ENABLE_DYNAMIC_SL not being defined, even though I see this in my configure output: checking if can use dynamic SL support... yes That's why I wanted that macro *always* defined by the m4 (to either 0 or 1) -- not just defining it or not. This is one of th

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-03 Thread Yevgeny Kliteynik
Hi Jeff, On 02-Jul-11 11:52 PM, Jeff Squyres (jsquyres) wrote: > Were all the issueswith this code fixed? There were m4 issues and solaris > issues, IIRC. I took all the fixes I could find based on the trac: "Be sure also to look at r24196; Josh committed a bunch of warning fixes for you aft

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r24830

2011-07-02 Thread Jeff Squyres (jsquyres)
Were all the issueswith this code fixed? There were m4 issues and solaris issues, IIRC. Sent from my phone. No type good. On Jun 28, 2011, at 9:28 AM, "klit...@osl.iu.edu" wrote: > Author: kliteyn > Date: 2011-06-28 10:28:29 EDT (Tue, 28 Jun 2011) > New Revision: 24830 > URL: https://svn.op