Revisions of pmix

Egbert Eich's avatar Egbert Eich (eeich) accepted request 987186 from Nicolas Morey-Chaisemartin's avatar Nicolas Morey-Chaisemartin (NMoreyChaisemartin) (revision 28)
- Enable build on i686 and armv7
- Move test files to %{_libexecdir}/pmix/tests to avoid conflicts
  on 32 bits systems
buildservice-autocommit accepted request 986351 from Egbert Eich's avatar Egbert Eich (eeich) (revision 27)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 986350 from Egbert Eich's avatar Egbert Eich (eeich) (revision 26)
- Provide Pmix tests in a test package to give users the
  opportunity to test their setup. This is particularly
  useful for Slurm.
buildservice-autocommit accepted request 873303 from Egbert Eich's avatar Egbert Eich (eeich) (revision 25)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) committed (revision 24)
- Remove BuildRequires: for pandoc:
  Not needed and not available for SLE.
Egbert Eich's avatar Egbert Eich (eeich) committed (revision 23)
- Remove pandoc
buildservice-autocommit accepted request 873091 from Egbert Eich's avatar Egbert Eich (eeich) (revision 22)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) committed (revision 21)
- updated to v3.2.3 - no, it's really 3.2.3
Egbert Eich's avatar Egbert Eich (eeich) accepted request 873088 from Egbert Eich's avatar Egbert Eich (eeich) (revision 20)
- Update pmix to 3.2.3 - as advertised.
Christian Goll's avatar Christian Goll (mslacken) accepted request 873080 from Christian Goll's avatar Christian Goll (mslacken) (revision 19)
- updated to v3.2.2
Egbert Eich's avatar Egbert Eich (eeich) accepted request 873074 from Egbert Eich's avatar Egbert Eich (eeich) (revision 18)
- updated to v3.2.3
  * Fix thread conflict in event notification - PR #1967
  * Finalize: set hostname in global to NULL to avoid segfault
    in apps that call init/finalize multiple times - PR #2001
  * Silence unnecessary error log message - PR #1669
  * Fixed crash of dstore locks destructor - PR #1776
  * Add option to bypass local-only fence optimization - PR #1825
  * Increase timeout in test case - PR #1830
  * Fix server/get for gds=hash - PR #1990
  * Remove stale config command - PR #1933
  * Modex size reductions - PR #1402/#1403/#1421/#1423
  * Sync 3.2 branch with master - PR #1832
        New attributes:
            PMIX_HOSTNAME_ALIASES
            PMIX_HOSTNAME_KEEP_FQDN
            PMIX_GET_REFRESH_CACHE
            PMIX_REQUIRED_KEY
        Removed PMIX_VALUE_COMPRESSED_STRING_UNPACK macro from pmix_common.h
        New frameworks
            pcompress - Compression methods - PR #1139
            psquash - Flexible integer packing - PR #1423
        New components
            preg/compress - regular expression methods - PR #1139
        Modified string representations produced by PMIx_generate_regex
        and PMIx_generate_ppn. - PR #1422
       Fixed dmodex support and PMIx_Get behavior - Issue #1586
       Removed --with-pmix-symbol-rename configure option - PR #1748
  * Expose PMIX_REGEX constant per v3.2 standard - PR #1848
  * Fix immediate flag behavior at the server - PR #1885
  For futher details, check
buildservice-autocommit accepted request 796376 from Egbert Eich's avatar Egbert Eich (eeich) (revision 17)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 796347 from Egbert Eich's avatar Egbert Eich (eeich) (revision 16)
- Mark header and config packages 'noarch' (boo#1170259).
- Add a bit of QA: include a %check stage.
buildservice-autocommit accepted request 792504 from Egbert Eich's avatar Egbert Eich (eeich) (revision 15)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 792503 from Egbert Eich's avatar Egbert Eich (eeich) (revision 14)
- Create separate plugins package. Since libpmix2 obtains its
  functionality from these plugins, add a dependency.
- Plugins depend on libmca_common_dstore - add an explicit
  dependency to the package as there are other providers - like
  openmpi3 (bsc#1167983).
Egbert Eich's avatar Egbert Eich (eeich) accepted request 789706 from Christian Goll's avatar Christian Goll (mslacken) (revision 13)
- added direct dependency to libpmix2 = %{version} (bsc#1167983)
buildservice-autocommit accepted request 788201 from Christian Goll's avatar Christian Goll (mslacken) (revision 12)
baserev update by copy to link target
Christian Goll's avatar Christian Goll (mslacken) committed (revision 11)
- Update to version 3.1.5 (bsc#1167655)
Christian Goll's avatar Christian Goll (mslacken) accepted request 788084 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 10)
- Update to version 3.1.5
  * PR #1413/#1465: Remove unnecessary error log
  * PR #1433: Return the correct status from PMIx_Publish
  * PR #1445: Sync. with master to fix 'get' of data for unknown namespace
  * Includes the following PRs from master
  * PR #1382: dstore: fixed truncate key-names while restoring
  * PR #1405: Fix xnspace dmodex and add verbose debug
  * PR #1406: Resolve request for job-level data
  * PR #1407/#1409/#1411: Fix dmodex across nspaces
  * PR #1434/#1436: Cleanup handling of info arrays
  * PR #1435: Cleanup example and remove debug
  * PR #1437: Update blocking Allocation_request signature
  * PR #1440: Fix 'get' of data for unknown namespace
  * PR #1442: Fix fences with namespaces where no local processes are running
  * PR #1472: Initialize nlocal and local in the tracker
  * PR #1487: Sync. with master to fix info array and cross-version issues
  * PR #1493/#1497/#1501/#1505/#1589: Info array and Cross-version fixes
  * PR #1511/#1517/#1520/#1523/#1534/#1565: Fix pmix tests
  * PR #1530: Improve handling of servers piror to v3.1.5
  * PR #1531: Update transfer from hash to dstore
  * PR #1538: Fix singleton initialization
  * PR #1547: Add missing PMIx_IOF_deregister function
  * PR #1554/#1591: Fix memory leak on namespace deregister
  * PR #1561: Configury fix for reproducible builds (boo#1047218)
  * PR #1579: Protect pthread setpshared calls
  * PR #1587: Fix to gds/dstore configure logic
  * PR #1610: Adjust hotel timeout to be in whole seconds
  * PR #1613: dstore: Fix cache size calculation
  * PR #1622: Fix multiple occurrences of unaligned access in pmix tests
  * PR #1620: Re-address the collective tracker problem
buildservice-autocommit accepted request 774967 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 9)
baserev update by copy to link target
Displaying revisions 21 - 40 of 48
openSUSE Build Service is sponsored by