Nathan Mannall
bb8f998b38
Fix bug when restoring tests using ReceiverMixin
...
- 'output_file' is not stored in the run report by reframe. Therefore,
trying to access 'test_dependency.output_file' where 'test_dependency'
is a restored test case was returning None and causing an error.
- Instead, created a new function to build an output file path that
can be reused by the ReceiverMixin class.
2025-06-19 15:17:34 +01:00
nmannall
cb1ecd8d9b
Seperate write and read geometry object tests
2025-06-19 15:15:55 +01:00
Nathan Mannall
86f2bb9124
Replace len with sn.len for _DeferredExpression
2025-03-06 15:24:41 +00:00
Nathan Mannall
5669002757
Add memory usage to performance report
...
- Update calculation of runtime to query SLURM database
- Improve regex to extract gprMax reported simulation time
2025-03-05 18:29:41 +00:00
Nathan Mannall
50849a81f2
Use ARCHER2 standard qos but set shorter job time limits
2025-02-14 11:51:21 +00:00
nmannall
e8205cd85f
Add geometry view reframe tests
2024-12-04 12:06:33 +00:00
nmannall
2a9764ad3f
Fix keep_files needs to be a list of strings
2024-11-26 13:36:01 +00:00
nmannall
c5257820de
Update documentation for new ReFrame classes
2024-11-26 13:07:26 +00:00
nmannall
3d579be7e6
Fix getting variant of test dependency
2024-11-25 17:48:43 +00:00
nmannall
157cb1f893
Prevent test with a test dependency creating regression files
2024-11-25 15:30:15 +00:00
nmannall
8b1688c1f8
Change test dependency to be a string
...
This allows it to be a reframe variable
2024-11-25 15:07:08 +00:00
nmannall
e4358613df
Fix Python API mixin modifying the input file
...
Move configuration involving the input and output files to before the
run stage to allow mixins to change the file names if required
2024-11-25 14:55:56 +00:00
nmannall
ac15861e8d
Create standard test class using receiver mixin
2024-11-25 11:33:35 +00:00
nmannall
a679184d15
Change class members to reframe variables
2024-11-25 11:29:28 +00:00
nmannall
4028cb667d
Create mixins for different test functionality
2024-11-22 16:50:16 +00:00
nmannall
bea6f12da6
Fix MPI regresssion tests not finding dependency
2024-09-26 18:18:38 +01:00
nmannall
aef7737299
Change mpi and taskfarm flags to use -- convention
2024-08-16 15:49:20 +01:00
nmannall
4b9bd26a4d
Add reframe tests for Snapshots
2024-08-05 15:29:39 +01:00
nmannall
320b813f8d
Run h5diff command in reframe sanity function
2024-08-02 13:53:28 +01:00
nmannall
8f336d9de0
Add reference data to output plot and plot diffs
2024-07-24 10:13:22 +01:00
nmannall
e7eaba53df
Add comments to all methods
2024-07-23 15:23:46 +01:00
nmannall
05cfc6403b
Move reframe test files into seperate directory
2024-07-23 14:36:10 +01:00