diff --git a/config/opal_check_cma.m4 b/config/opal_check_cma.m4 index b202c87ed03..ceaf6d615fd 100644 --- a/config/opal_check_cma.m4 +++ b/config/opal_check_cma.m4 @@ -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]) diff --git a/docs/man-openmpi/man7/Open-MPI.7.rst b/docs/man-openmpi/man7/Open-MPI.7.rst index 9f134276067..6c7b4c61ba7 100644 --- a/docs/man-openmpi/man7/Open-MPI.7.rst +++ b/docs/man-openmpi/man7/Open-MPI.7.rst @@ -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.