@@ -8,7 +8,7 @@ Copyright (c) 2004-2008 High Performance Computing Center Stuttgart,
8
8
University of Stuttgart. All rights reserved.
9
9
Copyright (c) 2004-2007 The Regents of the University of California.
10
10
All rights reserved.
11
- Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
11
+ Copyright (c) 2006-2017 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.
@@ -1464,6 +1464,20 @@ processes in a single MPI job. If the versions are not exactly the
1464
1464
same everywhere, Open MPI is not guaranteed to work properly in any
1465
1465
scenario.
1466
1466
1467
+ Backwards compatibility tends to work best when user applications are
1468
+ dynamically linked to one version of the Open MPI / OSHMEM libraries,
1469
+ and can be updated at run time to link to a new version of the Open
1470
+ MPI / OSHMEM libraries.
1471
+
1472
+ For example, if an MPI / OSHMEM application links statically against
1473
+ the libraries from Open MPI vX, then attempting to launch that
1474
+ application with mpirun / oshrun from Open MPI vY is not guaranteed to
1475
+ work (because it is mixing vX and vY of Open MPI in a single job).
1476
+
1477
+ Similarly, if using a container technology that internally bundles all
1478
+ the libraries from Open MPI vX, attempting to launch that container
1479
+ with mpirun / oshrun from Open MPI vY is not guaranteed to work.
1480
+
1467
1481
Software Version Number
1468
1482
-----------------------
1469
1483
0 commit comments