File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1380,13 +1380,12 @@ NOTE: The version numbering conventions were changed with the release
13801380Backwards Compatibility
13811381-----------------------
13821382
1383- Open MPI version Y is backwards compatible with Open MPI version X
1383+ Open MPI version vY is backwards compatible with Open MPI version vX
13841384(where Y>X) if users can:
13851385
1386- * Compile an MPI/OSHMEM application with version X, mpirun/oshrun it
1387- with version Y, and get the same user-observable behavior.
1388- * Invoke ompi_info with the same CLI options in versions X and Y and
1389- get the same user-observable behavior.
1386+ * Users can compile a correct MPI / OSHMEM program with vX
1387+ * Run it with the same CLI options and MCA parameters using vX or vY
1388+ * The job executes correctly
13901389
13911390Note that this definition encompasses several things:
13921391
You can’t perform that action at this time.
0 commit comments