Re: [OMPI users] Openmpi compilation errors

2015-05-30 Thread Timothy Brown
> On May 30, 2015, at 4:34 AM, Jeff Squyres (jsquyres) > wrote: > > On May 29, 2015, at 11:19 AM, Timothy Brown > wrote: >> >> I've built Openmpi 1.8.5 with the following configure line: >> >> ./configure \ >> --prefix=/curc/tools/x86_64/rh6/software/openmpi/1.8.5/pgi/15.3 \ >> --with-thre

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

2015-05-30 Thread Jeff Layton
Jeff, The error happens during the configure step before compiling. However, I ran the make command as you indicated and I'm attaching the output to this email. Thanks! Jeff Can you send the output of "make V=1"? That will show the exact command line that is being used to build that file.

Re: [OMPI users] mpirun

2015-05-30 Thread Ralph Castain
FWIW: the master might be much faster, if the interfaces are the issue, as you could then add “—mca oob ^tcp” to the cmd line and eliminate some of that selection time. > On May 29, 2015, at 11:07 PM, Marco Atzeri wrote: > > On 5/29/2015 9:53 PM, Walt Brainerd wrote: >> It behaved this way wi

[OMPI users] MPI-Checker - Static Analyzer

2015-05-30 Thread Alexander Droste
Hi everyone, I've written a Static Analyzer Checker for MPI code which is published on GitHub https://github.com/0ax1/MPI-Checker. I'd be exited to get any kind of feedback. Best regards, Alex

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

2015-05-30 Thread Jeff Squyres (jsquyres)
Can you send the output of "make V=1"? That will show the exact command line that is being used to build that file. > On May 29, 2015, at 2:17 PM, Jeff Layton wrote: > > George, > > I changed my configure command to be: > > ./configure CCASFLAGS=-march=native > > and I get an error while ru

Re: [OMPI users] Openmpi compilation errors

2015-05-30 Thread Jeff Squyres (jsquyres)
On May 29, 2015, at 11:19 AM, Timothy Brown wrote: > > I've built Openmpi 1.8.5 with the following configure line: > > ./configure \ > --prefix=/curc/tools/x86_64/rh6/software/openmpi/1.8.5/pgi/15.3 \ > --with-threads=posix \ > --enable-mpi-thread-multiple \ > --with-slurm \ > --with-pmi=

Re: [OMPI users] How can I discover valid values for MCA parameters?

2015-05-30 Thread Jeff Squyres (jsquyres)
On May 29, 2015, at 12:05 PM, Blosch, Edwin L wrote: > > I’ve tried ompi_info --param all but no matter what string I > give for framework, I get no output at all. Keep in mind that starting sometime in the v1.7 series, ompi_info grew another command line option: --level. Short version:

Re: [OMPI users] mpirun

2015-05-30 Thread Marco Atzeri
On 5/29/2015 9:53 PM, Walt Brainerd wrote: It behaved this way with the Cygwin version (very recent update) and with 1.8.5 that I built from source. On Fri, May 29, 2015 at 12:35 PM, Ralph Castain mailto:r...@open-mpi.org>> wrote: I assume you mean on cygwin? Or is this an older version tha