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 15
15
* Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
16
16
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
17
17
* 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.
20
20
* Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
21
21
* Copyright (c) 2018 Triad National Security, LLC. All rights
22
22
* reserved.
@@ -267,6 +267,8 @@ bool ompi_request_check_same_instance(ompi_request_t** requests,
267
267
base_instance = req -> req_mpi_object .comm -> instance ;
268
268
continue ;
269
269
}
270
+ if (& ompi_mpi_comm_null .comm == req -> req_mpi_object .comm )
271
+ continue ;
270
272
if (base_instance != req -> req_mpi_object .comm -> instance )
271
273
return false;
272
274
}
You can’t perform that action at this time.
0 commit comments