Files
hpc-testing/hpc-testing.changes
Nicolas Morey 5f238706f4 - Update to v0.8.0
* Replace twopence by SSH
  * SLE 16.0 support
  * Many many cleanups
  * ib-test.sh now supports:
    * Specifying a HCA
    * Specifying an IPv6
    * Inheriting the current IP configuration
  * All script now disable all unused RDMA interfaces to avoid issues
  * Generate performance CSV files for all MPI tests
  * Add a script to gnuplot these files and compare perf between distro and MPI flavours
  * Fix DAPL settings extraction
  * Fix JUnit XML files to remove quoting issues
  * Add flag to force a full unload/reload of IB modules
  * Fix package version in JUnit properties
  * Force install most of the HPC packages so their version ca be tracked
  * Add flag to change JUnit testsuite name
  * Rework MPI flavor handling to allow per SUSE version flags
  * mvapich3 support for Tumbleweed >= 2025

OBS-URL: https://build.opensuse.org/package/show/science:HPC/hpc-testing?expand=0&rev=18
2025-09-11 13:36:28 +00:00

118 lines
3.9 KiB
Plaintext

-------------------------------------------------------------------
Thu Sep 11 12:35:12 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Update to v0.8.0
* Replace twopence by SSH
* SLE 16.0 support
* Many many cleanups
* ib-test.sh now supports:
* Specifying a HCA
* Specifying an IPv6
* Inheriting the current IP configuration
* All script now disable all unused RDMA interfaces to avoid issues
* Generate performance CSV files for all MPI tests
* Add a script to gnuplot these files and compare perf between distro and MPI flavours
* Fix DAPL settings extraction
* Fix JUnit XML files to remove quoting issues
* Add flag to force a full unload/reload of IB modules
* Fix package version in JUnit properties
* Force install most of the HPC packages so their version ca be tracked
* Add flag to change JUnit testsuite name
* Rework MPI flavor handling to allow per SUSE version flags
* mvapich3 support for Tumbleweed >= 2025
-------------------------------------------------------------------
Thu Jun 19 08:39:21 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Update to v0.7.0
- rxe-test: fix typo in test name
- common: fix bad egrep '*'
- helpers: add support for SL16.0
- ib: disable nmcli management
- ib: clean up IPoIB v6 handling
- common: libfabric: add per distro flags
- Add 15.7 support
-------------------------------------------------------------------
Mon Aug 12 10:05:22 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
- Update to v0.6.0
- Add support for SLES15SP[456]
- Add support for Tumbleweed
- Update rxe tests to use ip command
- Code cleanup and refactoring
- Add siw testsuite
- Add vm-test to run ib, rxe and siw test on a "standard" dual VM setup
- Tune rdma-ndd test for more debugability
- Add ipv6 tests for IPoIB
- Add multiple tests of openmpi >= 3 with different settings
- Add support for 15SP6
-------------------------------------------------------------------
Tue Feb 23 09:30:10 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to v0.5.0
* Add -g 0 option to fix ibv tests on SRIOV
* Replace iptable fiddling with SuSEfirewall2 stop
* Add option for VMs to workaround mvapich2 glitch
* Add basic rxe testsuite
* Add support for SLES15SP[123]
* Add proper --in-vm option
* Many minor fixes
-------------------------------------------------------------------
Tue Oct 9 09:23:12 UTC 2018 - nmoreychaisemartin@suse.com
- Update to v0.4.0
* Add GPLv3 to all scripts
* .gitignore: Ignore test results
* ib-test: Disable opemmpi[23] and mpich testing for SLE12SP4
* helpers: ib: fix package list for SLE12SP4
* Move test to common for shared functions
-------------------------------------------------------------------
Fri Jul 27 11:05:16 UTC 2018 - nmoreychaisemartin@suse.com
- Update to v0.3.0
* improve the result reporting
* Add NVME tests
* Fix RPM dependencies
* Add --no-mad option
* Fixes for SLES15
-------------------------------------------------------------------
Tue Mar 27 15:50:41 UTC 2018 - nmoreychaisemartin@suse.com
- Update to v0.2.2
* Do not fail if trying to kill openSM while it is not running
-------------------------------------------------------------------
Tue Mar 27 15:47:39 UTC 2018 - nmoreychaisemartin@suse.com
- Update to v0.2.1
* Exit with error in case of test failure
-------------------------------------------------------------------
Tue Mar 27 15:29:33 UTC 2018 - nmoreychaisemartin@suse.com
- Update to v0.2
* Code cleanup
* RPM packaging
* Better error handling
* Add SM failover tests
* Add SRP tests
* Add DAPL tests
* Test all OpenMPI
* Enhance bad timing resistance
-------------------------------------------------------------------
Tue Aug 8 09:17:17 UTC 2017 - nmoreychaisemartin@suse.com
- Add mvapich2 tests
-------------------------------------------------------------------
Thu Aug 3 09:18:45 UTC 2017 - nmoreychaisemartin@suse.com
- Initial import