Skip to content

Commit

Permalink
sessions: resolve rebase conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha committed Jul 6, 2021
1 parent 949c971 commit be2d2dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ompi/runtime/ompi_mpi_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,6 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided,
}
#endif

/* Figure out the final MPI thread levels. If we were not
compiled for support for MPI threads, then don't allow
MPI_THREAD_MULTIPLE. Set this stuff up here early in the
process so that other components can make decisions based on
this value. */

ompi_mpi_thread_level(requested, provided);

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

0 comments on commit be2d2dd

Please sign in to comment.