Skip to content

Commit 21b699d

Browse files
committed
Update MPIext
to deal with the new way testsets are organized
1 parent 1b1d87d commit 21b699d

File tree

15 files changed

+278
-273
lines changed

15 files changed

+278
-273
lines changed

docs/src/index.MD

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,30 @@ The package `PerfTest` provides the user with a performance regression unit test
33

44
## Dependencies
55
`PerfTest` relies on:
6-
- [MacroTools]
7-
- [JLD2]
8-
- [MPI]
9-
- [STREAMBenchmark]
10-
- [GFlops]
11-
- [UnicodePlots]
12-
- [Test]
13-
- [Suppressor]
14-
6+
- BenchmarkTools
7+
- Configurations
8+
- CountFlops
9+
- CpuId
10+
- Dates
11+
- HTTP
12+
- JLD2
13+
- JSON
14+
- LibGit2
15+
- LinearAlgebra
16+
- MLStyle
17+
- MacroTools
18+
- Pkg
19+
- Printf
20+
- Revise
21+
- STREAMBenchmark
22+
- Suppressor
23+
- TOML
24+
- Test
25+
- UnicodePlots
1526
## Contributors
1627
This project has been developed as a Master's thesis by Daniel Sergio Vega Rodriguez.
1728
Thus, the contributors to this project have been so far:
18-
- Daniel Sergio Vega Rodriguez ([@Dvegrod](https://github.com/Dvegrod)), Università della Svizzera italiana (USI): developer
19-
- Dr. Samuel Omlin ([@omlins](https://github.com/omlins)), Swiss National Supercomputing Centre (CSCS), ETH Zurich: original idea and Master's thesis supervisor
20-
- Prof. Olaf Schenk, Università della Svizzera italiana (USI): Master's thesis supervisor
29+
- Daniel Sergio Vega Rodriguez ([@Dvegrod](https://github.com/Dvegrod)), Università della Svizzera italiana (USI): package developer
30+
- Dr. Samuel Omlin ([@omlins](https://github.com/omlins)), Swiss National Supercomputing Centre (CSCS), ETH Zurich: original idea and supervisor
31+
- Prof. Olaf Schenk, Università della Svizzera italiana (USI): PhD supervisor
2132
- Dr. Pasadakis Dimosthenis, Università della Svizzera italiana (USI): additional advisor

docs/src/limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ There are a couple of things to keep into consideration when using the package:
1010

1111
1. Easier access to performance suite results after execution
1212
2. Simplification of the package structure, there will be an emphasis on making the package easy to extend for unfamiliarised developers
13-
3. Access to performance counter values through LIKWID (hopefully by June 2025)
13+
3. Access to performance counter values through LIKWID
1414
4. Alternative regression testing against git commits instead of last execution for easier testing

0 commit comments

Comments
 (0)