Hi, I'm trying to interconnect two mpi applications running over MX using MPI_Comm_connect() and MPI_Comm_accept(), but I'm getting a segfault in comm_connect during the initialisation of the new vc. My code works fine over tcp. Is it possible to use connect()/accept() over mx ? Regards, Thomas