Re: [OMPI users] Conflict between OpenMPI 1.7.3 and libevent

2013-11-04 Thread Jeff Squyres (jsquyres)
Ralph raised this internally and we fixed it -- we had an error in a Makefile.am that was accidentally installing the libevent header files when we didn't mean them to be. If you can apply this patch to your Homebrew recipe, it should fix the issue (it'll be included in 1.7.4): https://svn

[OMPI users] proper use of MPI_Abort

2013-11-04 Thread Andrus, Brian Contractor
All, I have some sample code that has a syntax message and then an MPI_Abort call if the program is run without the required parameters. --snip--- if (!rank) { i = 1; while ((i < argc) && strcmp("-input", *argv)) { i++; argv++;