5 Commits

Author SHA256 Message Date
Nicolas Morey
f5fdec3dec Merge remote-tracking branch 'devel/main' into slfo-main
* devel/main:
  Add Gitea build results

  - 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 fix typo in changelog
  Accepting request 1193413 from home:NMorey:branches:science:HPC

Signed-off-by: Nicolas Morey <nmorey@suse.com>
2026-01-14 12:03:08 +01:00
2cedfa5c02 Add Gitea build results 2025-10-27 17:35:20 +01:00
5424af5224 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
f2ba88b796 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
5e12a4288e - 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/package/show/science:HPC/eth-ff?expand=0&rev=13
2024-08-12 14:29:03 +00:00
2 changed files with 13 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of eth-ff in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/eth-ff/standard)
The current state of eth-ff in the devel project build (science:HPC)
![Devel project build results](https://br.opensuse.org/status/science:HPC/eth-ff)

View File

@@ -30,6 +30,7 @@ Group: Productivity/Networking/System
URL: https://github.com/intel/eth-fast-fabric
Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: eth-ff.rpmlintrc
Source100: README.md
Patch1: eth-ff-suse-build-fixes.patch
Patch2: eth-ff-add-shebang-for-exp-files.patch
BuildRequires: gcc-c++