[OMPI users] -fgnu89-inline needed to avoid "multiple definition of `lstat64'" error

2015-01-08 Thread Jesse Ziser
and there were no replies. So perhaps this would be helpful to others. Just to be thorough, I've attached the configure and make output for the case that triggers the issue. I'm configuring with: ./configure --prefix=/opt/depot/openmpi/1.8.4 CC=gcc CXX=g++ FC=gfortran Thank you,

Re: [OMPI users] SIGPIPE handling?

2010-12-01 Thread Jesse Ziser
Sorry, one more question: I don't completely understand the version numbering, but can/will this fix go into 1.5.1 at some point? I notice that the trunk is labeled as 1.7. Thanks again Jesse Ziser wrote: It turned out I was using development version 1.5.0. After going back to the re

Re: [OMPI users] SIGPIPE handling?

2010-11-30 Thread Jesse Ziser
little. We will ignore the first few sigpipe errors we get, but will then abort with an appropriate error. HTH Ralph On Nov 24, 2010, at 5:08 PM, Jesse Ziser wrote: Hello, I've noticed that OpenMPI does not seem to detect when something downstream of it fails. Specifically, I think it doe

[OMPI users] SIGPIPE handling?

2010-11-24 Thread Jesse Ziser
while(1) if(putchar(getchar()) < 0) break; } MPI_Finalize (); return (0); } Thank you, Jesse Ziser Applied Research Laboratories: The University of Texas at Austin