HI Bruce,
Could you describe more what the crash is? Does the application emit some sort of error message or is there a segmentation fault and maybe traceback?
Also which version of Open MPI/OSHMEM are you using?
Howard
To unsubscribe from this group and stop receiving emails from it, send an email to
users+un...@lists.open-mpi.org.
HI Bruce,
I think this is a fuzzy area – whether or not an app can/should call finalization methods for both open shmem and MPI.
The way oshmem is implemented, its tightly coupled to Open MPI for startup and shutdown.
The best I can suggest is invoke shmem_finalize first then call MPI_Finalized(&flag) and if flag is returned false, call MPI_Finalize, otherwise not.
Unfortunately I don’t think there’s any standardization here.