Skip to content

Commit 970cf3a

Browse files
authored
Merge pull request #12541 from hpcraink/master
Simple spelling mistake and man-page update
2 parents 8ecda52 + 214f14d commit 970cf3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/opal_check_cma.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ AC_DEFUN([OPAL_CHECK_CMA_BACKEND],
4545
[
4646
OPAL_VAR_SCOPE_PUSH([opal_check_cma_need_defs opal_check_cma_kernel_version opal_check_cma_CFLAGS opal_check_cma_msg])
4747

48-
# Some systems have process_cm_readv() in libc, which means CMA is
49-
# supported. Other systems do not have process_cm_readv() in
48+
# Some systems have process_vm_readv() in libc, which means CMA is
49+
# supported. Other systems do not have process_vm_readv() in
5050
# libc, but have support for it in the kernel if we invoke it
5151
# directly. Check for both.
5252
AC_CHECK_HEADERS([sys/prctl.h])

docs/man-openmpi/man7/Open-MPI.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ message-passing programs that would be efficient, flexible, and
2323
portable.
2424

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

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

0 commit comments

Comments
 (0)