Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Bert Wesarg
On 07/29/2014 08:23 PM, Shamis, Pavel wrote: Is v1.1 posted somewhere? I don't see it up on the LBNL site. www.openshmem.org "Get documentation" - > "Specification" (For some reason I can not get direct link)

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Shamis, Pavel
Is v1.1 posted somewhere? I don't see it up on the LBNL site. www.openshmem.org "Get documentation" - > "Specification" (For some reason I can not get direct link) Pasha Josh On Tue, Jul 29, 2014 at 2:05 PM, Shamis, Pavel

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Pritchard Jr., Howard
Developers Subject: Re: [OMPI devel] SHMEM symmetric objects in shared libraries then in your main example below do a shmem_long_fadd on my_dso_val. It won't work unless you've put smarts in the shmem library to go through the segments of loaded shared libraries and register them with the same

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Joshua Ladd
Pasha, Is v1.1 posted somewhere? I don't see it up on the LBNL site. Josh On Tue, Jul 29, 2014 at 2:05 PM, Shamis, Pavel wrote: > > Btw, I'm pretty confident, that this Open SHMEM implementation does > not > recognize global or static variables in shared

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Shamis, Pavel
Btw, I'm pretty confident, that this Open SHMEM implementation does not recognize global or static variables in shared libraries as symmetric objects. It is probably wise to note this somewhere to the users. >>> >>> I've never got an reply to this query. Any comments on it?

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Shamis, Pavel
smart" part will be pretty complex. Best, Pasha Howard From: devel [mailto:devel-boun...@open-mpi.org<mailto:devel-boun...@open-mpi.org>] On Behalf Of Joshua Ladd Sent: Tuesday, July 29, 2014 10:57 AM To: Open MPI Developers Subject: Re: [OMPI devel] SHMEM symmetric objects in

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Joshua Ladd
t; > mechanism used for the data segment of the executable. > > > > Howard > > > > > > *From:* devel [mailto:devel-boun...@open-mpi.org] *On Behalf Of *Joshua > Ladd > *Sent:* Tuesday, July 29, 2014 10:57 AM > *To:* Open MPI Developers > *Subject:* Re: [OMPI d

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Pritchard Jr., Howard
. Howard From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Joshua Ladd Sent: Tuesday, July 29, 2014 10:57 AM To: Open MPI Developers Subject: Re: [OMPI devel] SHMEM symmetric objects in shared libraries Are you claiming that in the following test, the static variable "val" will no

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Bert Wesarg
On 07/29/2014 06:57 PM, Joshua Ladd wrote: Are you claiming that in the following test, the static variable "val" will not be seen as a symmetric object? No. #include "shmem.h" int main( int argc, char **argv){ long my_pe, npes, master; start_pes(0); my_pe = shmem_my_pe();

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Joshua Ladd
Are you claiming that in the following test, the static variable "val" will not be seen as a symmetric object? #include "shmem.h" int main( int argc, char **argv){ long my_pe, npes, master; start_pes(0); my_pe = shmem_my_pe(); npes = shmem_n_pes(); master = npes - 1; /*

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Bert Wesarg
On 07/29/2014 06:23 PM, Shamis, Pavel wrote: On 05/10/2014 02:46 PM, Bert Wesarg wrote: Hi, Btw, I'm pretty confident, that this Open SHMEM implementation does not recognize global or static variables in shared libraries as symmetric objects. It is probably wise to note this somewhere to the

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Shamis, Pavel
> > On 05/10/2014 02:46 PM, Bert Wesarg wrote: >> Hi, >> >> Btw, I'm pretty confident, that this Open SHMEM implementation does not >> recognize global or static variables in shared libraries as symmetric >> objects. It is probably wise to note this somewhere to the users. > > I've never got an

Re: [OMPI devel] SHMEM symmetric objects in shared libraries

2014-07-29 Thread Bert Wesarg
Hi, On 05/10/2014 02:46 PM, Bert Wesarg wrote: Hi, Btw, I'm pretty confident, that this Open SHMEM implementation does not recognize global or static variables in shared libraries as symmetric objects. It is probably wise to note this somewhere to the users. I've never got an reply to this