Skip to content

Commit

Permalink
Update expected fields with unpacked names
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Mar 25, 2024
1 parent 5ac953f commit 878aa5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion post-processing/test_post_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ def test_read_perflog(run_sombrero):
"flops_value", "flops_unit", "flops_ref", "flops_lower_thres",
"flops_upper_thres", "spack_spec", "test_name", "tasks", "cpus_per_task",
"system", "partition", "job_nodelist", "environ", "OMP_NUM_THREADS",
"spack_spec_dict", "tags"]
"sombrero_compiler_name", "sombrero_compiler_version",
"sombrero_variants","sombrero_mpi","tags"]


# check example perflog file is read appropriately
Expand Down

0 comments on commit 878aa5e

Please sign in to comment.