Skip to content

Make TCK ordering deterministic

Paula Herrero Gascon requested to merge paula_fixTckorder into master

The use of a list(set(x)) construction when building the TCK location list makes the order of that list non-deterministic (it can vary between runs). This creates problems when running multiple Moore subjobs on the Grid as each output file can require a different TCK. This MR stabilises the TCK by sorting the result of the list(set(x)) operation.

/cc @apearce @peilian

Edited by Alex Pearce

Merge request reports