File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515 * Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
1616 * Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1717 * reserved.
18- * Copyright (c) 2015 Research Organization for Information Science
19- * and Technology (RIST). All rights reserved.
18+ * Copyright (c) 2015-2024 Research Organization for Information Science
19+ * and Technology (RIST). All rights reserved.
2020 * Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
2121 * Copyright (c) 2018 Triad National Security, LLC. All rights
2222 * reserved.
@@ -267,6 +267,8 @@ bool ompi_request_check_same_instance(ompi_request_t** requests,
267267 base_instance = req -> req_mpi_object .comm -> instance ;
268268 continue ;
269269 }
270+ if (& ompi_mpi_comm_null .comm == req -> req_mpi_object .comm )
271+ continue ;
270272 if (base_instance != req -> req_mpi_object .comm -> instance )
271273 return false;
272274 }
You can’t perform that action at this time.
0 commit comments