- Update to 11.2.23 (fate#325853) - compiler flag optimizations for KNL - optimizations for OFI - Bug fixes for CUDA runtime - Add psm2_info_query API - Modify PSM send side protocol selection logic to select correct flow at start of send function - Update LMC disable thresholds - Fix for Issue #30: Compilation error due to snprintf truncation warning - Convert CUDA runtime API calls to CUDA Driver API calls - Prevent SHM and IPS from closing other protocol connections - Change CUDA_THRESH_RNDV and move CUDA init to separate function - Fix selection logic for multi-HFI within NUMA node - Refresh JKey to support SELinux - Fix Issue #24: Uninitialized AM message - Fix data data corruption on GPU buffers when when using am ptl - Force EPID remap in shm if remote PID changed - PSM2 GDR Copy feature and tuning of thresholds to fully utilize the feature - Fix uniformity of process mapping to HFIs - PSM2 specific perf benchmarks - Fix for issue 27: Null termination of string - Drop libpsm2-fix-gcc8-compilation-error.patch which was fixed upstream OBS-URL: https://build.opensuse.org/request/show/644581 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libpsm2?expand=0&rev=43
19 lines
726 B
Plaintext
19 lines
726 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/01org/opa-psm2.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">libpsm2</param>
|
|
<param name="version">11.2.23</param>
|
|
<param name="versionrewrite-pattern">PSM2_(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="match-tag">PSM2_*</param>
|
|
<param name="revision">8a12e84dc7e3a89eb81f7d0d2fba13c5d9d9c484</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">libpsm2*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
</services>
|