Skip to content

Commit be2d2dd

Browse files
committed
sessions: resolve rebase conflicts
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 949c971 commit be2d2dd

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
@@ -357,12 +357,6 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided,
357357
}
358358
#endif
359359

360-
/* Figure out the final MPI thread levels. If we were not
361-
compiled for support for MPI threads, then don't allow
362-
MPI_THREAD_MULTIPLE. Set this stuff up here early in the
363-
process so that other components can make decisions based on
364-
this value. */
365-
366360
ompi_mpi_thread_level(requested, provided);
367361

368362
ret = ompi_mpi_instance_init (*provided, &ompi_mpi_info_null.info.super, MPI_ERRORS_ARE_FATAL, &ompi_mpi_instance_default);

0 commit comments

Comments
 (0)