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
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
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,