Skip to content

TCT q221: replacing MP test with serial

The TCT test q221_mp started to fail in the RDOtoRDOtrigger step since nightly from February 5, 2021 with the following error:

RuntimeError: RDOtoRDOTrigger requires AthenaMT, but serial Athena was used. Please use threads=1 or more

Based on ticket ATR-22498, the MP version cannot use MT enabled. This MR disables the MP version of this test and enables the serial version using MT.

Few other updates:

  • added option --outputHISTFile=myHIST.root for the test q221_serial (it was accidentally removed in a previous MR)
  • changed nprocs from 8 to 2 for the test q221_mp

Tagging @rmazini

Edited by Peter Berta

Merge request reports