1
1

README: fine-tune the definition of "backwards compatible"

Этот коммит содержится в:
Jeff Squyres 2015-06-23 07:42:53 -07:00
родитель ac51acb3e1
Коммит 5ce91b0bd6

9
README
Просмотреть файл

@ -1380,13 +1380,12 @@ NOTE: The version numbering conventions were changed with the release
Backwards Compatibility Backwards Compatibility
----------------------- -----------------------
Open MPI version Y is backwards compatible with Open MPI version X Open MPI version vY is backwards compatible with Open MPI version vX
(where Y>X) if users can: (where Y>X) if users can:
* Compile an MPI/OSHMEM application with version X, mpirun/oshrun it * Users can compile a correct MPI / OSHMEM program with vX
with version Y, and get the same user-observable behavior. * Run it with the same CLI options and MCA parameters using vX or vY
* Invoke ompi_info with the same CLI options in versions X and Y and * The job executes correctly
get the same user-observable behavior.
Note that this definition encompasses several things: Note that this definition encompasses several things: