Hi, Not sure if this is the right place for this inquiry, but I’ve got a question about the implementation of OpenSHMEM that is distributed with OpenMPI. As far as I can tell from the OpenSHMEM documentation, MPI_Finalize() and shmem_finalize are relatively independent and it should be possible to call shmem_finalize followed by MPI_Finalize without incurring an error. However, it looks like the shmem_finalize implementation is calling omni_mpi_finalize and this causes MPI_Finalize to crash. I can fix this easily in my application, but it seems like I shouldn’t have to.
Bruce To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
