Re: [OMPI users] Process termination problem

2007-09-05 Thread Jeff Squyres
I opened https://svn.open-mpi.org/trac/ompi/ticket/1144 to track this issue. On Aug 20, 2007, at 9:04 AM, Daniel SpÄngberg wrote: Dear Sven, I thought about doing that and experimented a bit as well, but there are some problems then: I need to relink the users code, registering an atexit

Re: [OMPI users] Open MPI compiler is slowed down by including unnecessary header files

2007-09-05 Thread Jeff Squyres
Unfortunately, is there for a specific reason. The MPI::SEEK_* names are problematic because they clash with the equivalent C constants. With the tricks that we have to play to make those constants [at least mostly] work in the MPI C++ namespace, we *must* include them. The comment in m