Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nysal/ompi

Tags

v2.1.6

Toggle v2.1.6's commit message
Release v2.1.6

v4.0.0

Toggle v4.0.0's commit message
v4.0.0 Release

v3.1.3

Toggle v3.1.3's commit message
Tag 3.1.3 release

v3.0.3

Toggle v3.0.3's commit message
Tag 3.0.3 release

v4.0.0rc5

Toggle v4.0.0rc5's commit message
Differences in v4.0.0rc5 from v4.0.0rc4:

* Fix race condition in btl/vader when writing header
* Fix a double free error when using hostfile
* Fix configury for internal PMIx
* Ignore --with-foo=external arguments in subdirs
* Remove C99-style comments in mpi.h
* Fix race condition in opal_free_list_get.  Fixes open-mpi#2921
* Fix hang/timeout during finalize in osc/ucx
* Fixed zero-size window processing in osc/ucx
* Fix return code from mca_pml_ucx_init()
* Add worker flush before osc/ucx module free
* Btl/uct bugfixes and code cleanup.  Fixes Issues open-mpi#5820, open-mpi#5821
* Fix javadoc build failure with OpenJDK 11
* Add ompi datatype attribute to release ucp_datatype in pml/ucx
* Squash a bunch of harmless compiler warnings
* Fortran/use-mpi-f08: Correct f08 routine signatures
* Fortran: add CHARACTER and LOGICAL support to MPI_Sizeof()
* Mpiext/pcollreq: Correct f08 routine signatures
* Make dist: Add missing file to tarball
* Disabled openib/verbs
* removed components: pml/bfo, crs/blcr, crs/criu and crs/dmtcp

v3.1.3rc2

Toggle v3.1.3rc2's commit message
Tag 3.0.3rc2 release

v3.0.3rc2

Toggle v3.0.3rc2's commit message
tag v3.0.3rc2 release

v3.1.3rc1

Toggle v3.1.3rc1's commit message
Tag 3.1.3rc1

v3.0.3rc1

Toggle v3.0.3rc1's commit message
Tag 3.0.3rc1

v4.0.0rc4

Toggle v4.0.0rc4's commit message
Tag v4.0.0rc4 - changes from rc3 listed below

PR open-mpi#5780 - Fortran 08 bindings fixes
    fortran/use-mpi-f08: Corrections to PMPI signatures of collectives
    interface to state correct intent for inout arguments and use the
    ASYNCHRONOUS attribute in non-blocking collective calls.
PR open-mpi#5834 - 2 more vader fixes
  1. Issue open-mpi#5814 - work around Oracle C v5.15 compiler bug
  2. ensure the fast box tag is always read first
PR open-mpi#5794 - mtl ofi: Change from opt-in to opt-out provider selection
PR open-mpi#5802 -  mpi.h: remove MPI_UB/MPI_LB when not enabling MPI-1 compat
PR open-mpi#5823 - btl/tcp: output the IP address correctly
PR open-mpi#5826 - TCP BTL socklen fixes Issue open-mpi#3035
PR open-mpi#5790 - shmem/lock: progress communications while waiting for shmem_lock
PR open-mpi#5791 - OPAL/COMMON/UCX: used __func__ macro instead of __FUNCTION__