Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Nathan Hjelm
p!! We will > iterate on this. > > Josh > > -Original Message- > From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On > Behalf Of Jeff Squyres (jsquyres) > Sent: Wednesday, July 24, 2013 8:31 AM > To: Open MPI Developers > Subject: Re: [O

Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Ralph Castain
; > -Original Message- > From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On > Behalf Of Jeff Squyres (jsquyres) > Sent: Wednesday, July 24, 2013 8:31 AM > To: Open MPI Developers > Subject: Re: [OMPI devel] OpenSHMEM up on bitbucket > > In

Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Joshua Ladd
n MPI Developers Subject: Re: [OMPI devel] OpenSHMEM up on bitbucket I think this is going to need to be refactored, Josh. Looks to me like whoever wrote this "locked" it to IB. That's a problem for me, at least - I believe that OpenShmem should use the MPI transports, but respect

Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Joshua Ladd
Nope, not intended behavior. It's a bug. Josh -Original Message- From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff Squyres (jsquyres) Sent: Wednesday, July 24, 2013 8:37 AM To: Open MPI Developers Cc: Mike Dubman Subject: Re: [OMPI devel] Open

Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Joshua Ladd
(jsquyres) Sent: Wednesday, July 24, 2013 8:31 AM To: Open MPI Developers Subject: Re: [OMPI devel] OpenSHMEM up on bitbucket In addition to the I-don't-have-verbs compile errors on my Mac, I also get these: base/memheap_base_alloc.c: In function '__shm_attach': base/memheap_b

Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Jeff Squyres (jsquyres)
On Jul 23, 2013, at 9:43 AM, Joshua Ladd wrote: > To build with OSHMEM support, build as you would OMPI but simply include > ‘--with-oshmem’ on your configure line. This will get you started. FWIW, Open shmem builds even if you don't specify --with-oshmem. Is this intended? -- Jeff Squyres j

Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Jeff Squyres (jsquyres)
In addition to the I-don't-have-verbs compile errors on my Mac, I also get these: base/memheap_base_alloc.c: In function '__shm_attach': base/memheap_base_alloc.c:216: error: 'SHM_HUGETLB' undeclared (first use in this function) base/memheap_base_alloc.c:216: error: (Each undeclared identifier i

Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Ralph Castain
I think this is going to need to be refactored, Josh. Looks to me like whoever wrote this "locked" it to IB. That's a problem for me, at least - I believe that OpenShmem should use the MPI transports, but respect the OMPI abstraction layer. In other words, you should use the transports to move

Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Ralph Castain
HI'm afraid this doesn't build for us folks that don't have IB on their system. From what I can see, it looks like you broke a fundamental abstraction layer rule by including a header from a component into a completely different component. That is definitely *not* allowed for precisely t

Re: [OMPI devel] OpenSHMEM up on bitbucket

2013-07-24 Thread Ralph Castain
I'm afraid Josh got bit by grabbing the wrong URL - here's the correct clone command for anyone not Josh: git clone https://bitbucket.org/jladd_math/mlnx-oshmem.git On Jul 23, 2013, at 6:43 AM, Joshua Ladd wrote: > Dear OMPI Developers, > > I have put Mellanox OpenSHMEM up for review on my

[OMPI devel] OpenSHMEM up on bitbucket

2013-07-23 Thread Joshua Ladd
Dear OMPI Developers, I have put Mellanox OpenSHMEM up for review on my Bitbucket. Please "git" and test at your leisure. Questions, comments, and critiques are most welcome. git clone https://jladd_m...@bitbucket.org/jladd_math/mlnx-oshmem.git