Re: [OMPI users] orte-clean hang in 1.8.5

2015-06-08 Thread Ralph Castain
Not expected, no - but given how little it is used any more, I’m not surprised. I can take a quick gander and see if I can easily fix it. > On Jun 8, 2015, at 3:10 PM, David Shrader wrote: > > Hello All, > > I had a user report that orte-clean is hanging on him with Open

[OMPI users] orte-clean hang in 1.8.5

2015-06-08 Thread David Shrader
Hello All, I had a user report that orte-clean is hanging on him with Open MPI 1.8.5. Here are the steps I used to reproduce what he reported: %> which orte-clean /usr/projects/hpcsoft/toss2/moonlight/openmpi/1.6.5-gcc-4.4/bin/orte-clean %> mpirun -n 1

Re: [OMPI users] Bug: Disabled mpi_leave_pinned for GPUDirect and InfiniBand during run-time caused by GCC optimizations

2015-06-08 Thread Jeff Squyres (jsquyres)
On Jun 8, 2015, at 11:27 AM, Dave Goodell (dgoodell) wrote: > > My suggestion is to try to create a small reproducer program that we can send > to the GCC folks with the claim that we believe it to be a buggy > optimization. Then we can see whether they agree and if not,

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-06-08 Thread Jeff Layton
Jeff, Sorry - I was traveling for a week and didn't have to the RPi. What happens if you don't supply CCASFLAGS at all? The output from "make" is below. It died when it tried to compile atomic-local. It says the processor doesn't support ARM mode "dmb". Thanks! Jeff pi@raspberrypi

Re: [OMPI users] Bug: Disabled mpi_leave_pinned for GPUDirect and InfiniBand during run-time caused by GCC optimizations

2015-06-08 Thread Dave Goodell (dgoodell)
On Jun 5, 2015, at 8:47 PM, Gilles Gouaillardet wrote: > i did not use the term "pure" properly. > > please read instead "posix_memalign is a function that does not modify any > user variable" > that assumption is correct when there is no wrapper, and incorrect

Re: [OMPI users] CygWin compilation of OpenMPI-1.8.5

2015-06-08 Thread Marco Atzeri
On 6/7/2015 5:52 PM, Ilias Miroslav wrote: Greetings, CygWin is interesting intermediating environment between Windows and Linux-like architectures, and the OpenMPI project is good platform for enabling parallel calculations. Here is my OpenMPI building experience with some problems

[OMPI users] CygWin compilation of OpenMPI-1.8.5

2015-06-08 Thread Ilias Miroslav
Greetings, CygWin is interesting intermediating environment between Windows and Linux-like architectures, and the OpenMPI project is good platform for enabling parallel calculations. Here is my OpenMPI building experience with some problems encountered (with up-to-date CygWin & OpenMPI): 1)