Skip to content

Commit 5b93b3b

Browse files
committed
test moving mpi3 comm_world init
Signed-off-by: Howard Pritchard <[email protected]>
1 parent b3ae758 commit 5b93b3b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ompi/runtime/ompi_mpi_init.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +353,6 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided,
353353

354354
ompi_hook_base_mpi_init_top_post_opal(argc, argv, requested, provided);
355355

356-
/* initialize communicator subsystem */
357-
if (OMPI_SUCCESS != (ret = ompi_comm_init_mpi3 ())) {
358-
error = "ompi_mpi_init: ompi_comm_init_mpi3 failed";
359-
goto error;
360-
}
361-
362356
/* Bozo argument check */
363357
if (NULL == argv && argc > 1) {
364358
ret = OMPI_ERR_BAD_PARAM;

0 commit comments

Comments
 (0)