<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div>I observe this crash during MPI_Finalize in an ARMCI-MPI unit test (test_malloc) that was not failing until I switched to using OFI-based MPICH on my Mac laptop.  Any suggestions on how to debug?</div><div><br></div><div>Jeff</div><div><br></div>Abort(806972175) on node 0 (rank 0 in comm 0): Fatal error in MPI_Finalize: Other MPI error, error stack:<br>MPI_Finalize(317)..........: MPI_Finalize failed<br>MPI_Finalize(239)..........:<br>MPID_Finalize(318).........:<br>MPIDI_NM_mpi_init_hook(948): OFI av close failed (ofi_init.h:948:MPIDI_NM_mpi_init_hook:Resource busy)<br>Abort(806972175) on node 1 (rank 1 in comm 0): Fatal error in MPI_Finalize: Other MPI error, error stack:<br>MPI_Finalize(317)..........: MPI_Finalize failed<br>MPI_Finalize(239)..........:<br>MPID_Finalize(318).........:<br>MPIDI_NM_mpi_init_hook(948): OFI av close failed (ofi_init.h:948:MPIDI_NM_mpi_init_hook:Resource busy)<br><br>$ mpicc -show<br>icc -g -Wl,-commons,use_dylibs -I/opt/mpich/dev/intel/default/include -L/opt/mpich/dev/intel/default/lib -lmpi -lpmpi<br><br>$ mpichversion<br>MPICH Version:    3.3a2<br>MPICH Release date: unreleased development copy<br>MPICH Device:    ch4:ofi<br>MPICH configure: CC=icc CXX=icpc FC=ifort F77=ifort --enable-cxx --enable-fortran --enable-threads=runtime --enable-g=dbg --with-pm=hydra --prefix=/opt/mpich/dev/intel/default --enable-wrapper-rpath --enable-two-level-namespace --disable-static --enable-shared --with-device=ch4:ofi --with-libfabric=/usr/local/Cellar/libfabric/1.4.1<br>MPICH CC: icc    -g -O2<br>MPICH CXX: icpc   -g<br>MPICH F77: ifort   -g -O2<br>MPICH FC: ifort   -g -O2<br>MPICH Custom Information: <br><br>--<br>Jeff Hammond<br><a href="mailto:jeff.science@gmail.com">jeff.science@gmail.com</a><br><a href="http://jeffhammond.github.io/">http://jeffhammond.github.io/</a></div>