[OMPI users] Fw: OpenSHMEM Error

2016-07-28 Thread RYAN RAY
From: "RYAN RAY"<ryan@rediffmail.com>Sent: Thu, 28 Jul 2016 12:32:46To: "users"<us...@open-mpi.org>Subject: OpenSHMEM ErrorI have installed OpenMPI-2.0.0 in 2 systems with IP addresses 172.16.5.33 and 172.16.5.32. I have compiled the hello_c.c and hello_os

[OMPI users] Fw: OpenSHMEM Runtime Error

2016-06-23 Thread RYAN RAY
From: "RYAN RAY"<ryan@rediffmail.com>Sent: Wed, 22 Jun 2016 14:32:33To: "users"<us...@open-mpi.org>Subject: OpenSHMEM Runtime ErrorI have installed openmpi-1.10.1 in a system and while executing one of the example codes of OpenSHMEM I am getting an erro

[OMPI users] OpenSHMEM Runtime Error

2016-06-22 Thread RYAN RAY
I have installed openmpi-1.10.1 in a system and while executing one of the example codes of OpenSHMEM I am getting an error. The snapshot of the error is attached. Please help me to sort out this error.RegardsRyan Saptarshi Ray 

Re: [OMPI users] OpenSHMEM + STM Linking Problem

2016-05-02 Thread RYAN RAY
hat a TinySTM >header file? If you're having a problem with compiling TinySTM applications, you should probably contact their support channels -- we don't know/can't help with that. Sorry. > On May 2, 2016, at 5:57 AM, RYAN RAY wrote: > > In my computer I ha

[OMPI users] OpenSHMEM + STM Linking Problem

2016-05-02 Thread RYAN RAY
In my computer I have installed both OpenMPI and TinySTM. I have written a code which has both shmem and Software Transactional Memory(STM) calls. When I am compiling the code using oshcc it is showing "stm.h not found". Could anyone please help me on this matter? Regards RYAN SAPTARSHI RAY

Re: [OMPI users] OpenSHMEM - Undesired Result !!

2016-04-26 Thread RYAN RAY
ank 1 Cheers, Gilles On Wednesday, April 20, 2016, RYAN RAY wrote: While executing the code in the file exp4.c (Attached) we faced undesired result. This code allows all PEs to add a 'quantum' value to a variable on a particular host. But in some cases few of these 'quantum' v

Re: [OMPI users] OpenSHMEM - Undesired Result !!

2016-04-26 Thread RYAN RAY
all shmem_long_add have started/completed on rank 1 Cheers, Gilles On Wednesday, April 20, 2016, RYAN RAY wrote: While executing the code in the file exp4.c (Attached) we faced undesired result. This code allows all PEs to add a 'quantum' value to a variable on a particular host. But

[OMPI users] OpenSHMEM - Undesired Result !!

2016-04-20 Thread RYAN RAY
f the output. In the screenshot the last execution is missing 49 quantums. I will be obliged if you could explain to me why this is happenning.Regards,Ryan Ray#include #include #define quantum 2 static long int total = 0; int main ( int argc, char ** argv ) { int size, rank; int i, j,

Re: [OMPI users] Open SHMEM Error

2016-03-17 Thread RYAN RAY
mem does not provide a virtual shared memory system. if you want to run across nodes, then you need to shmem_{get,put} Cheers, Gilles On 3/16/2016 2:59 PM, RYAN RAY wrote: Dear Gilles I have attached the source code and the hostfile. Regards R

Re: [OMPI users] Open SHMEM Error

2016-03-16 Thread RYAN RAY
rce code and hostfile ? Cheers, Gilles On Tuesday, March 15, 2016, RYAN RAY <ryan@rediffmail.com> wrote: Dear Gilles, Thanks for the reply. After executing the code as you told I get the output as shown in the attached snapshot.So I am understanding that the code cannot remotely acces

Re: [OMPI users] Open SHMEM Error

2016-03-15 Thread RYAN RAY
there is no shmem_finalize(); Cheers, Gilles On 3/3/2016 4:15 PM, RYAN RAY wrote: ___ users mailing list us...@open-mpi.org Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users Link to this post: http://www.

Re: [OMPI users] Open SHMEM Error

2016-03-04 Thread RYAN RAY
r 3, 2016 at 1:15 AM, RYAN RAY wrote: From: "RYAN RAY" ryan@rediffmail.com Sent: Thu, 03 Mar 2016 12:26:19 +0530 To: "announce " annou...@open-mpi.org, "ryan.ray " ryan@rediffmail.com Subject: Open SHMEM Error On trying a code specified in the man

[OMPI users] Fw: Open SHMEM Error

2016-03-03 Thread RYAN RAY
From: "RYAN RAY" ryan@rediffmail.com Sent: Thu, 03 Mar 2016 12:26:19 +0530 To: "announce " annou...@open-mpi.org, "ryan.ray " ryan@rediffmail.com Subject: Open SHMEM Error On trying a code specified in the manual"OpenSHMEM Specification Dra