Re: [OMPI users] Process termination problem

2007-08-20 Thread Sven Stork
instead of doing dirty with the library you could try to register a cleanup function with atexit. Thanks, Sven On Friday 17 August 2007 19:59, Daniel SpÄngberg wrote: > Dear George, > > I think that the best way is to call MPI_Abort. However, this forces the > user to modify the code, whic

Re: [OMPI users] Process termination problem

2007-08-20 Thread Daniel SpÄngberg
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 function is tricky from the fortran code, and I still need to know whether MPI_Finalize (and as it turns out MPI_Init as well, other

Re: [OMPI users] OpenMPI 1.2.3: can't find mca libraries

2007-08-20 Thread Jeff Squyres
Can you post all the information requested here: http://www.open-mpi.org/community/help/ ...slightly amended to show the exact compile/link error that you're seeing when you try to create your application. That will help us understand your problem. Thanks. On Aug 17, 2007, at 4:46 PM,