5 Commits

Author SHA256 Message Date
d4b48afbf1 Accepting request 1290012 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1290012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eth-ff?expand=0&rev=8
2025-07-03 10:10:43 +00:00
b44b044046 - Update to v12.1.0.0
- Improved to support RHEL 9.6, 10.0 and SLES 15.7
  - Improved stability and print of ethudstress
  - Removed unused code
  - Replaced egrep with grep -E
  - Changed rpm spec to require tcl8 or tcl < 1:9
  - Changed to use tclsh8 when possible
  - Changed rpm spec to require tcl < 1:9
  - Improved to support RHEL 9.5
  - Updated pkg spec License to use SPDX standard name
  - Improved ethcapture to capture device information more efficiently
  - Removed old ssh arg from tcl scripts
  - Limit tcl_dev package version to less than 9 as there is
    no expect package available yet for Tcl 9.0
  - Improved build related script, ff_install.sh, to get install
    directories from rpm macros
  - Fixed ethudstress cq poll regression issue

OBS-URL: https://build.opensuse.org/package/show/science:HPC/eth-ff?expand=0&rev=16
2025-07-02 15:43:54 +00:00
1ceb78d4e0 Accepting request 1193493 from science:HPC
- Update to v11.7.0.0
  - Improved to support RHEL 9.4/8.10 and SLES 15.6
  - Merged duplicate OS prereq files for major OS versions where possible
  - Added ability to compile IMB-MPI1-GPU with cuda support
  - Cleaned up not needed files
  - Added config on unprivileged access to UserFaultFD
  - Added GPU auto-detection feature
  - Fixed permission and enumeration issues on dsa_setup
  - Improved ethudstress stability to handle unmatched client/server config
  - Improved MpiApps to allow concurrent mpi_apps runs with SLURM
  - Fixed FI_PROVIDER_PATH overrode issue on mpi_apps
  - Updated host verification to check UD QPs, and skip VT-d disabled
    check by default
  - Updated compiler options to enhance security of FastFabric
  - Improved MpiApps README file
  - Improved help for tools ethbw and ethextract*
  - Fixed HPL build for newer version oneAPI
  - Enhanced MpiApps scripts for easier use with SLURM
  - Introduced PSM3_PRINT_STATS_PREFIX to specify PSM3 stats files location
  - Improved MpiApps to support oneCCL benchmark
  - Easy of use improvement on MpiApps
    - Improved parameter files and scripts description
    - Reorganized PSM3 parameter files
    - Improved script printout to include system env
    - Moved MpiApps parameter settings mostly into env vs on MPI cmd line
  - Improved to support RHEL 8.9 and RHEL 9.3
  - Added dsa_setup man page
  - Improved help text and man page for all tools

OBS-URL: https://build.opensuse.org/request/show/1193493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eth-ff?expand=0&rev=7
2024-08-13 11:24:05 +00:00
1b0bc82a32 fix typo in changelog
OBS-URL: https://build.opensuse.org/package/show/science:HPC/eth-ff?expand=0&rev=14
2024-08-12 16:40:57 +00:00
9ec8c0a3ae Accepting request 1193413 from home:NMorey:branches:science:HPC
- Update to v11.7.0.0
  - Improved to support RHEL 9.4/8.10 and SLES 15.6
  - Merged duplicate OS prereq files for major OS versions where possible
  - Added ability to compile IMB-MPI1-GPU with cuda support
  - Cleaned up not needed files
  - Added config on unprivileged access to UserFaultFD
  - Added GPU auto-detection feature
  - Fixed permission and enumeration issues on dsa_setup
  - Improved ethudstress stability to handle unmatched client/server config
  - Improved MpiApps to allow concurrent mpi_apps runs with SLURM
  - Fixed FI_PROVIDER_PATH overrode issue on mpi_apps
  - Updated host verification to check UD QPs, and skip VT-d disabled
    check by default
  - Updated compiler options to enhance security of FastFabric
  - Improved MpiApps README file
  - Improved help for tools ethbw and ethextract*
  - Fixed HPL build for newer version oneAPI
  - Enhanced MpiApps scripts for easier use with SLURM
  - Introduced PSM3_PRINT_STATS_PREFIX to specify PSM3 stats files location
  - Improved MpiApps to support oneCCL benchmark
  - Easy of use improvement on MpiApps
    - Improved parameter files and scripts description
    - Reorganized PSM3 parameter files
    - Improved script printout to include system env
    - Moved MpiApps parameter settings mostly into env vs on MPI cmd line
  - Improved to support RHEL 8.9 and RHEL 9.3
  - Added dsa_setup man page
  - Improved help text and man page for all tools

OBS-URL: https://build.opensuse.org/request/show/1193413
OBS-URL: https://build.opensuse.org/package/show/science:HPC/eth-ff?expand=0&rev=13
2024-08-12 14:29:03 +00:00
5 changed files with 29 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">10e93dd3630c77e8e4dc6d39981ce3122830f64e</param>
<param name="revision">9fb6c79b16024f52bf04499b9f164960cf459685</param>
</service>
<service name="recompress" mode="manual">
<param name="file">eth-ff*.tar</param>

Binary file not shown.

View File

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

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Jun 27 11:03:46 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Update to v12.1.0.0
- Improved to support RHEL 9.6, 10.0 and SLES 15.7
- Improved stability and print of ethudstress
- Removed unused code
- Replaced egrep with grep -E
- Changed rpm spec to require tcl8 or tcl < 1:9
- Changed to use tclsh8 when possible
- Changed rpm spec to require tcl < 1:9
- Improved to support RHEL 9.5
- Updated pkg spec License to use SPDX standard name
- Improved ethcapture to capture device information more efficiently
- Removed old ssh arg from tcl scripts
- Limit tcl_dev package version to less than 9 as there is
no expect package available yet for Tcl 9.0
- Improved build related script, ff_install.sh, to get install
directories from rpm macros
- Fixed ethudstress cq poll regression issue
-------------------------------------------------------------------
Mon Aug 12 10:02:11 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package eth-ff
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
#
%define git_ver .0.10e93dd3630c
%define git_ver .0.9fb6c79
%define pseudo_opt %{_prefix}/lib/eth-tools/
%define ethsysconfdir %{_sysconfdir}/eth-tools/
Name: eth-ff
Version: 11.7.0.0
Version: 12.1.0.0
Release: 0
Summary: Intel Ethernet Fabric Suite basic tools and libraries for fabric management
License: BSD-3-Clause OR GPL-2.0-only
@@ -40,7 +40,7 @@ BuildRequires: librdmacm1
BuildRequires: ncurses-devel
BuildRequires: net-snmp-devel
BuildRequires: rdma-core-devel
BuildRequires: tcl-devel
BuildRequires: tcl-devel < 1:9
BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build