From ab2d19f6826f61dac26f083858c8c672663952c6 Mon Sep 17 00:00:00 2001 From: Matthew Whitlock Date: Tue, 8 Jul 2025 15:14:11 -0600 Subject: [PATCH] Remove MPICH code until MPICH is actually tested/supported --- src/fenix_process_recovery.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/fenix_process_recovery.c b/src/fenix_process_recovery.c index 02f7801..6a65820 100644 --- a/src/fenix_process_recovery.c +++ b/src/fenix_process_recovery.c @@ -876,12 +876,6 @@ void __fenix_test_MPI(MPI_Comm *pcomm, int *pret, ...) } return; break; -#ifdef MPICH - MPIX_Comm_revoke(*fenix.world); - MPIX_Comm_revoke(fenix.new_world); - //MPIX_Comm_revoke(*fenix.user_world); - fenix.repair_result = __fenix_repair_ranks(); -#endif }