@@ -12,7 +12,7 @@ Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved.
12
12
Copyright (c) 2006-2011 Mellanox Technologies. All rights reserved.
13
13
Copyright (c) 2006-2012 Oracle and/or its affiliates. All rights reserved.
14
14
Copyright (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.
16
16
Copyright (c) 2010 Oak Ridge National Labs. All rights reserved.
17
17
Copyright (c) 2011 University of Houston. All rights reserved.
18
18
Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
@@ -523,15 +523,21 @@ MPI Functionality and Features
523
523
deprecated over 20 years ago, and finally removed from the MPI
524
524
specification in MPI-3.0 (in 2012).
525
525
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.
529
529
530
530
All that being said, if you are unable to immediately update your
531
531
application to stop using these legacy MPI-1 symbols, you can
532
532
re-enable them in mpi.h by configuring Open MPI with the
533
533
--enable-mpi1-compatibility flag.
534
534
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
+
535
541
- Rank reordering support is available using the TreeMatch library. It
536
542
is activated for the graph and dist_graph topologies.
537
543
0 commit comments