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
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++;