Re: [OMPI users] simple test problem hangs on mpi_finalize and consumes all system resources

2014-01-21 Thread Jeff Squyres (jsquyres)
Just for giggles, can you repeat the same test but with hello_c.c and ring_c.c? I.e., let's get the Fortran out of the way and use just the base C bindings, and see what happens. On Jan 19, 2014, at 6:18 PM, "Fischer, Greg A." wrote: > I just tried running “hello_f90.f90” and see the same b

Re: [OMPI users] Can't get a fully functional openmpi build on Mac OSX Mavericks

2014-01-21 Thread Nathan Hjelm
I found the problem. romio added a new flag to detect extern32. This flag was never explicity set by romio but instead by the use of calloc in the mpich romio glue. The Open MPI romio glue still used malloc. I fixed this on trunk and cmr'd to 1.7.4. -Nathan On Fri, Jan 17, 2014 at 01:40:43PM -080