@@ -8,7 +8,7 @@ Copyright (c) 2004-2008 High Performance Computing Center Stuttgart,
88 University of Stuttgart. All rights reserved.
99Copyright (c) 2004-2007 The Regents of the University of California.
1010 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.
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.
@@ -1424,6 +1424,20 @@ processes in a single MPI job. If the versions are not exactly the
14241424same everywhere, Open MPI is not guaranteed to work properly in any
14251425scenario.
14261426
1427+ Backwards compatibility tends to work best when user applications are
1428+ dynamically linked to one version of the Open MPI / OSHMEM libraries,
1429+ and can be updated at run time to link to a new version of the Open
1430+ MPI / OSHMEM libraries.
1431+
1432+ For example, if an MPI / OSHMEM application links statically against
1433+ the libraries from Open MPI vX, then attempting to launch that
1434+ application with mpirun / oshrun from Open MPI vY is not guaranteed to
1435+ work (because it is mixing vX and vY of Open MPI in a single job).
1436+
1437+ Similarly, if using a container technology that internally bundles all
1438+ the libraries from Open MPI vX, attempting to launch that container
1439+ with mpirun / oshrun from Open MPI vY is not guaranteed to work.
1440+
14271441Software Version Number
14281442-----------------------
14291443
0 commit comments