Running the serial grid search example I got an error that seems to be related to MPI.
root@b687eaaa38e9:~/mtuq/examples# python SerialGridSearch.DoubleCouple.py
Reading data...
Processing data...
Reading Greens functions...
Processing Greens functions...
Evaluating body wave misfit...
Error in system call pthread_mutex_destroy: Device or resource busy
../../src/mpi/init/init_thread_cs.c:60
Abort(2664079) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack:
MPIR_Init_thread(136)........:
MPID_Init(904)...............:
MPIDI_OFI_mpi_init_hook(1421):
MPIDU_bc_table_create(311)...:
Running the serial grid search example I got an error that seems to be related to MPI.