Commit Graph

65 Commits

Author SHA256 Message Date
Dominique Leuenberger
61591a8cc8 Accepting request 591614 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/591614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=7
2018-03-30 09:58:56 +00:00
Nicolas Morey-Chaisemartin
37de8011ef Accepting request 591499 from home:NMoreyChaisemartin:branches:science:HPC
- Add UCT-UD-fixed-compilation-by-gcc8.patch to fix compilation
  with GCC8 (bsc#1084635)

OBS-URL: https://build.opensuse.org/request/show/591499
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=17
2018-03-27 13:06:52 +00:00
Dominique Leuenberger
c5d83e6e59 Accepting request 567915 from science:HPC
- Use right documentation path.
- Update to 1.2.2

OBS-URL: https://build.opensuse.org/request/show/567915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=6
2018-01-25 11:34:54 +00:00
936151ea1e - Use right documentation path.
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=15
2018-01-20 15:40:56 +00:00
Nicolas Morey-Chaisemartin
33fb347489 Fix docdir
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=14
2018-01-20 11:37:26 +00:00
bbb8bc7682 Accepting request 567622 from home:NMoreyChaisemartin:branches:science:HPC
- Update to 1.2.2
  - Support including UCX API headers from C++ code
  - UD transport to handle unicast flood on RoCE fabric
  - Compilation fixes for gcc 7.1.1, clang 3.6, clang 5
  - When UD transport is used with RoCE, packets intended for other peers may
    arrive on different adapters (as a result of unicast flooding).
  - This change adds packet filtering based on destination GIDs. Now the packet
    is silently dropped, if its destination GID does not match the local GID.
  - Added a new device ID for InfiniBand HCA

OBS-URL: https://build.opensuse.org/request/show/567622
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=13
2018-01-19 16:08:27 +00:00
Dominique Leuenberger
d0cd7dd0be Accepting request 555777 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/555777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=5
2017-12-13 10:55:39 +00:00
57691e3478 Accepting request 555398 from home:dimstar:Factory
- Drop doxygen BuildRequires: The documentation was already not
  built with this enabled. Removing the BR causes no regression in
  the package but eliminates a build cycle
  boost -> curl -> doxygen -> openucx -> boost

OBS-URL: https://build.opensuse.org/request/show/555398
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=11
2017-12-10 22:25:22 +00:00
Dominique Leuenberger
c648941319 Accepting request 527339 from science:HPC
- Rediff openucx-s390x-support.patch as p1 to be in line with
  potential git-generated patches.

- Switch to version 1.2.1 (Fate#324050)
  Previous 1.3+ version was based on a development branch.
  Supported platforms
    - Shared memory: KNEM, CMA, XPMEM, SYSV, Posix
    - VERBs over InfiniBand and RoCE.
      VERBS over other RDMA interconnects (iWarp, OmniPath, etc.) is available
      for community evaluation and has not been tested in context of this release
    - Cray Gemini and Aries
    - Architectures: x86_64, ARMv8 (64bit), Power64
  Features:
    - Added support for InfiniBand DC and UD transports, including accelerated verbs for Mellanox devices
    - Full support for PGAS/SHMEM interfaces, blocking and non-blocking APIs
    - Support for MPI tag matching, both in software and offload mode
    - Zero copy protocols and rendezvous, registration cache
    - Handling transport errors
    - Flow control for DC/RC
    - Dataypes support: contiguous, IOV, generic
    - Multi-threading support
    - Support for ARMv8 64bit architecture
    - A new API for efficient memory polling
    - Support for malloc-hooks and memory registration caching

OBS-URL: https://build.opensuse.org/request/show/527339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=4
2017-09-22 19:29:55 +00:00
2b8d3bdf06 Switch to "proper" 1.2.1 tarball.
Rediff openucx-s390x-support.patch as p1 to be in line with potential git-generated patches.

OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=9
2017-09-19 13:53:14 +00:00
Nicolas Morey-Chaisemartin
8c6efa2743 Add missing fate ID
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=8
2017-09-19 13:28:56 +00:00
Nicolas Morey-Chaisemartin
6a966f5112 Accepting request 527297 from home:NMoreyChaisemartin:branches:science:HPC
- Switch to version 1.2.1
  Previous 1.3+ version was based on a development branch.
  Supported platforms
    - Shared memory: KNEM, CMA, XPMEM, SYSV, Posix
    - VERBs over InfiniBand and RoCE.
      VERBS over other RDMA interconnects (iWarp, OmniPath, etc.) is available
      for community evaluation and has not been tested in context of this release
    - Cray Gemini and Aries
    - Architectures: x86_64, ARMv8 (64bit), Power64
  Features:
    - Added support for InfiniBand DC and UD transports, including accelerated verbs for Mellanox devices
    - Full support for PGAS/SHMEM interfaces, blocking and non-blocking APIs
    - Support for MPI tag matching, both in software and offload mode
    - Zero copy protocols and rendezvous, registration cache
    - Handling transport errors
    - Flow control for DC/RC
    - Dataypes support: contiguous, IOV, generic
    - Multi-threading support
    - Support for ARMv8 64bit architecture
    - A new API for efficient memory polling
    - Support for malloc-hooks and memory registration caching

OBS-URL: https://build.opensuse.org/request/show/527297
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=7
2017-09-19 13:27:22 +00:00
Dominique Leuenberger
42718c30e4 Accepting request 507873 from science:HPC
- Disable avx at configure level

- Add openucx-s390x-support.patch to fix compilation on s390x
- Compile openucx on s390x

- Fix compilation on ppc

- Update to snapshot 1.3+git44
  * No changelog was found
- Add -Wno-error and disable AVX/SSE as it is not guaranteed
  to exist.

OBS-URL: https://build.opensuse.org/request/show/507873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=3
2017-07-12 17:33:54 +00:00
Dominique Leuenberger
ec0b537606 Accepting request 403317 from OFED:Factory
- Update to snapshot 0~git1727

OBS-URL: https://build.opensuse.org/request/show/403317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=2
2016-06-19 08:50:43 +00:00
Stephan Kulow
c69bff694e Accepting request 330811 from OFED:Factory
OBS-URL: https://build.opensuse.org/request/show/330811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openucx?expand=0&rev=1
2015-10-08 06:24:03 +00:00