ukri-excalibur / excalibur-tests

Performance benchmarks and regression tests for the ExCALIBUR project
https://ukri-excalibur.github.io/excalibur-tests/
Apache License 2.0
18 stars 15 forks source link

Add node id(s) to perflog #248

Closed tkoskela closed 5 months ago

tkoskela commented 9 months ago
tkoskela commented 5 months ago

@mirenradia had you already made a solution for this?

mirenradia commented 5 months ago

Yup, you just need to add the following:

diff --git a/benchmarks/reframe_config.py b/benchmarks/reframe_config.py
index 2898967..9d2319b 100644
--- a/benchmarks/reframe_config.py
+++ b/benchmarks/reframe_config.py
@@ -777,6 +777,7 @@ site_configuration = {
                         '%(check_display_name)s|'
                         '%(check_system)s|'
                         '%(check_partition)s|'
+                        '%(check_job_nodelist)s|'
                         '%(check_environ)s|'
                         '%(check_extra_resources)s|'
                         '%(check_env_vars)s|'
mirenradia commented 5 months ago

I didn't touch post-processing so that's just the relevant line in the ReFrame config.