Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/opal_check_cma.m4
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ AC_DEFUN([OPAL_CHECK_CMA_BACKEND],
[
OPAL_VAR_SCOPE_PUSH([opal_check_cma_need_defs opal_check_cma_kernel_version opal_check_cma_CFLAGS opal_check_cma_msg])

# Some systems have process_cm_readv() in libc, which means CMA is
# supported. Other systems do not have process_cm_readv() in
# Some systems have process_vm_readv() in libc, which means CMA is
# supported. Other systems do not have process_vm_readv() in
# libc, but have support for it in the kernel if we invoke it
# directly. Check for both.
AC_CHECK_HEADERS([sys/prctl.h])
Expand Down
2 changes: 1 addition & 1 deletion docs/man-openmpi/man7/Open-MPI.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ message-passing programs that would be efficient, flexible, and
portable.

The outcome, known as the MPI Standard, was first published in 1993; its
most recent version (MPI-4.0) was published in June 2021. Open MPI
most recent version (MPI-4.1) was published in November 2023. Open MPI
includes all MPI |mpi_standard_version|-compliant routines.

For more information about Open MPI, see https://www.open-mpi.org.
Expand Down