Skip to content

Commit 4ddb0a9

Browse files
committed
GPU Benchmark: Improve error message, since I had forgotten how it works myself...
1 parent f39a057 commit 4ddb0a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/Benchmark/standalone.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ int ReadConfiguration(int argc, char** argv)
188188
return 1;
189189
}
190190
if (configStandalone.proc.doublePipeline && (configStandalone.runs < 4 || !configStandalone.outputcontrolmem)) {
191-
printf("Double pipeline mode needs at least 3 runs per event and external output\n");
191+
printf("Double pipeline mode needs at least 3 runs per event and external output. To cycle though multiple events, use --preloadEvents and --runs n for n iterations round-robin\n");
192192
return 1;
193193
}
194194
if (configStandalone.TF.bunchSim && configStandalone.TF.nMerge) {

0 commit comments

Comments
 (0)