Re: [OMPI users] runtime errors for openmpi-v2.x-dev-1280-gc110ae8

2016-04-20 Thread Ralph Castain
Could you please rerun these test and add “-mca pmix_base_verbose 10 -mca pmix_server_verbose 5” to your cmd line? I need to see why the pmix components failed. Thanks Ralph > On Apr 20, 2016, at 10:12 AM, Siegmar Gross > wrote: > > Hi, > > I have

Re: [OMPI users] runtime errors for openmpi-v1.10.2-142-g5cd9490

2016-04-20 Thread Jeff Squyres (jsquyres)
Thanks Siegmar; I posted this in https://github.com/open-mpi/ompi/issues/1569. > On Apr 20, 2016, at 1:14 PM, Siegmar Gross > wrote: > > Hi, > > I have built openmpi-v1.10.2-142-g5cd9490 on my machines > (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE

[OMPI users] runtime errors for openmpi-v2.x-dev-1280-gc110ae8

2016-04-20 Thread Siegmar Gross
Hi, I have built openmpi-v2.x-dev-1280-gc110ae8 on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-5.1.0 and Sun C 5.13. Unfortunately I get runtime errors for some programs. Sun C 5.13: === For all my test programs I get the same error on

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

2016-04-20 Thread George Bosilca
Ryan, What you witness in your execution is that your execution over 2 processes drifted by 49 iterations. Because your example avoid any synchronization call, your processes are not synchronized and therefore any output (in increment of quatum) is correct. As Gilles suggested, enabling the

Re: [OMPI users] Error for openmpi-dev-3868-g178c97b with Solaris

2016-04-20 Thread Jeff Squyres (jsquyres)
Siegmar -- Thanks for the report. I filed https://github.com/open-mpi/ompi/issues/1565 to track the issue. > On Apr 20, 2016, at 4:48 AM, Siegmar Gross > wrote: > > Hi, > > I tried to build openmpi-dev-3868-g178c97b on my machines > (Solaris 10

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

2016-04-20 Thread Gilles Gouaillardet
Ryan, what if you uncomment the barrier before printf ? I can see a scenario in which printf is invoked on rank 0 before 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

[OMPI users] OpenSHMEM - Undesired Result !!

2016-04-20 Thread RYAN RAY
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 values are lost. I have attached the file and a screenshot of the output. In the

[OMPI users] Error for openmpi-dev-3868-g178c97b with Solaris

2016-04-20 Thread Siegmar Gross
Hi, I tried to build openmpi-dev-3868-g178c97b on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-5.2.0 and Sun C 5.13. I was successful on my Linux machine, but I got the following errors on both Solaris platforms with both compilers. tyr

[OMPI users] OMPI core/thread scaling

2016-04-20 Thread Sreenidhi Bharathkar Ramesh
Hello, Is there any information or data available on OMPI core/thread scaling ? What benchmark would you suggest for the same ? To have both Intra-Node and Inter-Node information would be great. Please let me know. Thanks, - Sreenidhi.

Re: [OMPI users] make install warns about 'common symbols'

2016-04-20 Thread dpchoudh .
Thank you very much, Gilles. Declaring globals as static indeed fixed it, even without initialization (some are complicated structures, so initializing at declaration is not easy.) Best regards Durga 1% of the executables have 99% of CPU privilege! Userspace code! Unite!! Occupy the kernel!!!