Re: [OMPI devel] 1.8.8rc1 ready

2015-07-30 Thread Paul Hargrove
FYI: I doubt that I will have time to test this RC as well as I normally do, but I'll still give it a shot. -Paul On Thu, Jul 30, 2015 at 6:51 PM, Ralph Castain wrote: > Hey folks > > Please test this release candidate - we need to release 1.8.8 to fix a > discovered segfault when using PSM > >

[OMPI devel] 1.8.8rc1 ready

2015-07-30 Thread Ralph Castain
Hey folks Please test this release candidate - we need to release 1.8.8 to fix a discovered segfault when using PSM http://www.open-mpi.org/software/ompi/v1.8/ Thanks Ralph

Re: [OMPI devel] new IU jenkins project

2015-07-30 Thread Jeff Squyres (jsquyres)
Sweet; thanks Howard. > On Jul 29, 2015, at 5:33 PM, Howard Pritchard wrote: > > Hi Folks, > > Per a request from Jeff, I've created a new project on the IU jenkins server > to > verify that PRs on master can successfully build/install with the > --disable-dlopen option. > > Right now we on

Re: [OMPI devel] C standard compatibility

2015-07-30 Thread Nathan Hjelm
On Thu, Jul 30, 2015 at 12:41:33PM +, Jeff Squyres (jsquyres) wrote: > We only recently started allowing the use of C99 in the code base (i.e., we > put AC_PROG_CC_C99 in configure.ac). > > There's no *requirement* to use C99 throughout the code, but we generally do > the following kinds of

Re: [OMPI devel] C standard compatibility

2015-07-30 Thread Jeff Squyres (jsquyres)
We only recently started allowing the use of C99 in the code base (i.e., we put AC_PROG_CC_C99 in configure.ac). There's no *requirement* to use C99 throughout the code, but we generally do the following kinds of things: * restrict (as you noted) * variable declarations in the middle of blocks

Re: [OMPI devel] stdout, stderr reporting different values for isatty

2015-07-30 Thread Christoph Niethammer
Hi Gilles, No, it is not a problem for my applications. I would have assumed, that both are using a pipe to orted+tty or whatever infrastructure is used. Different behaviour is for me often a sign that something is going wrong. So better ask. ;) Regards CHrsitoph - Original Message -

[OMPI devel] C standard compatibility

2015-07-30 Thread Christoph Niethammer
Hello, What is the C standard version to be used for the Open MPI code base? Most seems to be < C99. C99 features I saw so far mostuly in newer components: * restrict keyword * variable declaration inside for loop heads Regards Christoph Niethammer -- Christoph Niethammer High Performance Comp