@@ -12,7 +12,7 @@ Copyright (c) 2006-2018 Cisco Systems, Inc.  All rights reserved.
1212Copyright (c) 2006-2011 Mellanox Technologies. All rights reserved.
1313Copyright (c) 2006-2012 Oracle and/or its affiliates.  All rights reserved.
1414Copyright (c) 2007      Myricom, Inc.  All rights reserved.
15- Copyright (c) 2008-2018  IBM Corporation.  All rights reserved.
15+ Copyright (c) 2008-2019  IBM Corporation.  All rights reserved.
1616Copyright (c) 2010      Oak Ridge National Labs.  All rights reserved.
1717Copyright (c) 2011      University of Houston. All rights reserved.
1818Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
@@ -523,15 +523,21 @@ MPI Functionality and Features
523523      deprecated over 20 years ago, and finally removed from the MPI
524524      specification in MPI-3.0 (in 2012).
525525
526-   *** The Open MPI FAQ (https://www.open-mpi.org/faq/) contains 
527-       examples of how to update legacy MPI applications using these 
528-       deleted symbols to use the "new" symbols.
526+   *** The Open MPI FAQ (https://www.open-mpi.org/faq/?category=mpi-removed) 
527+       contains  examples of how to update legacy MPI applications using
528+       these  deleted symbols to use the "new" symbols.
529529
530530  All that being said, if you are unable to immediately update your
531531  application to stop using these legacy MPI-1 symbols, you can
532532  re-enable them in mpi.h by configuring Open MPI with the
533533  --enable-mpi1-compatibility flag.
534534
535+   NOTE: Open MPI v4.0.0 had an error where these symbols were not
536+         included in the library if configured without --enable-mpi1-compatibility
537+         (see https://github.com/open-mpi/ompi/issues/6114).
538+         This is fixed in v4.0.1, where --enable-mpi1-compatibility
539+         flag only controls what declarations are present in the MPI header.
540+ 
535541- Rank reordering support is available using the TreeMatch library. It
536542  is activated for the graph and dist_graph topologies.
537543
0 commit comments