Skip to content

Commit ab2d19f

Browse files
Remove MPICH code until MPICH is actually tested/supported
1 parent 04a371c commit ab2d19f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/fenix_process_recovery.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -876,12 +876,6 @@ void __fenix_test_MPI(MPI_Comm *pcomm, int *pret, ...)
876876
}
877877
return;
878878
break;
879-
#ifdef MPICH
880-
MPIX_Comm_revoke(*fenix.world);
881-
MPIX_Comm_revoke(fenix.new_world);
882-
//MPIX_Comm_revoke(*fenix.user_world);
883-
fenix.repair_result = __fenix_repair_ranks();
884-
#endif
885879
}
886880

887881

0 commit comments

Comments
 (0)