Accepting request 543949 from home:NMoreyChaisemartin:branches:science:HPC

- Updated to version 10.3.17:
    - Small bug fixes and some enhanced debugging.
    - Assigned context is not freed on close() which could lead to
      context starvation. Therefore release hfi1 mappings when closing a
      context.
    - Close receive thread only while closing last endpoint

OBS-URL: https://build.opensuse.org/request/show/543949
OBS-URL: https://build.opensuse.org/package/show/science:HPC/libpsm2?expand=0&rev=34
This commit is contained in:
Nicolas Morey-Chaisemartin 2017-11-20 17:34:30 +00:00 committed by Git OBS Bridge
parent 70e6a6f583
commit 30bdd8e60e
5 changed files with 16 additions and 6 deletions

View File

@ -5,11 +5,11 @@
<param name="package-meta">no</param>
<param name="exclude">.git</param>
<param name="filename">libpsm2</param>
<param name="version">10.2.260</param>
<param name="version">10.3.17</param>
<param name="versionrewrite-pattern">PSM2_(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="match-tag">PSM2_*</param>
<param name="revision">3f30d743ffbd39703e3cecdb25d319ed199d3d97</param>
<param name="revision">96f6e83d0445246ebe39f2fcdd987749daaad049</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libpsm2*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:003d9044beab8a9d4b1bf46c50c4cf486aaa21240e14343d601120a715c121e7
size 323242

3
libpsm2-10.3.17.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dc22ad3976bcb8fb2a7bf883ef0f530828075d1f4228fc5149b4bbc26f40ed5
size 324872

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 20 16:42:59 UTC 2017 - nmoreychaisemartin@suse.com
- Updated to version 10.3.17:
- Small bug fixes and some enhanced debugging.
- Assigned context is not freed on close() which could lead to
context starvation. Therefore release hfi1 mappings when closing a
context.
- Close receive thread only while closing last endpoint
-------------------------------------------------------------------
Wed Sep 6 05:55:42 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -20,7 +20,7 @@
%define psm_so 2
Name: libpsm2
Version: 10.2.260
Version: 10.3.17
Release: 0
Summary: Intel PSM Messaging API libraries
License: BSD-2-Clause or GPL-2.0