Re: [OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-22 Thread Ralph Castain
All I can say is that your program segfault’d during execution - you might want to look at the core file using a debugger like gdb to see why it failed. > On Apr 22, 2016, at 8:32 PM, Elio Physics wrote: > > Dear all, > > I have successfully compiled a code where the executable have been prod

[OMPI users] MPIRUN SEGMENTATION FAULT

2016-04-22 Thread Elio Physics
Dear all, I have successfully compiled a code where the executable have been produced. However when I started using the executable with mpirun, the code stopped with the following error: "mpirun noticed that process rank 0 with PID 570 on node compute-1-9.local exited on signal 11 (Segmentat

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

2016-04-22 Thread Gilles Gouaillardet
Siegmar, I will try to reproduce this on my solaris11 x86_64 vm In the mean time, can you please double check mca_pmix_pmix_pmix112.so is a 64 bits library ? (E.g, confirm "-m64" was correctly passed to pmix) Cheers, Gilles On Friday, April 22, 2016, Siegmar Gross < siegmar.gr...@informatik.hs

Re: [OMPI users] MPI_Bcast implementations in OpenMPI

2016-04-22 Thread George Bosilca
Dave, You are absolutely right, the parameters are now 6-7 years old, gathered on interconnects long gone. Moreover, several discussions in this mailing list indicated that they do not match current network capabilities. I have recently reshuffled the tuned module to move all the algorithms in

Re: [OMPI users] Porting MPI-3 C-program to Fortran

2016-04-22 Thread Tom Rosmond
Thanks for replying, but the difference between what can be done in C vs fortran is still my problem. I apologize for my rudimentary understanding of C, but here is a brief summary: In my originally attached C-program 'testmpi3.c' we have: int **shar_pntr : declare pointer variable (a point

Re: [OMPI users] Porting MPI-3 C-program to Fortran

2016-04-22 Thread Dave Love
Jeff Hammond writes: > MPI uses void** arguments to pass pointer by reference so it can be > updated. In Fortran, you always pass by reference so you don't need > this. I don't know if it's relevant in this case, but that's not generally true (even for Fortran 77, for which I used to know the st

Re: [OMPI users] MPI_Bcast implementations in OpenMPI

2016-04-22 Thread Dave Love
George Bosilca writes: > Matthieu, > > If you are talking about how Open MPI selects between different broadcast > algorithms you might want to read [1]. We have implemented a dozen > different broadcast algorithms and have run a set of tests to measure their > performance. I'd been meaning to