@@ -306,7 +306,7 @@ AddOption(debugMask, uint32_t, (1 << 18) - 1, "debugMask", 0, "Mask for debug ou
306306AddOption(debugLogSuffix, std::string, " " , " debugSuffix" , 0 , " Suffix for debug log files with --debug 6" )
307307AddOption(serializeGPU, int8_t , 0 , " " , 0 , " Synchronize after each kernel call (bit 1) and DMA transfer (bit 2) and identify failures" )
308308AddOption(recoTaskTiming, bool , 0 , " " , 0 , " Perform summary timing after whole reconstruction tasks" )
309- AddOption(deterministicGPUReconstruction, int32_t , -1 , " " , 0 , " Make CPU and GPU debug output comparable (sort / skip concurrent parts), -1 = automatic if debugLevel >= 6" , def(1 ))
309+ AddOption(deterministicGPUReconstruction, int32_t , -1 , " " , 0 , " Make CPU and GPU debug output comparable (sort / skip concurrent parts), -1 = automatic if debugLevel >= 6 or deterministic compile flag set " , def(1 ))
310310AddOption(showOutputStat, bool , false , " " , 0 , " Print some track output statistics" )
311311AddOption(runCompressionStatistics, bool , false , " compressionStat" , 0 , " Run statistics and verification for cluster compression" )
312312AddOption(resetTimers, int8_t , 1 , " " , 0 , " Reset timers every event" )
0 commit comments