1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 11:34:16 +00:00

Add message explaining 2nd thread disabling for dynamic mode and how to tune it.

This commit is contained in:
Con Kolivas 2012-02-15 21:03:24 +11:00
parent 9a0e4f8fac
commit 7d3635c7a4

View File

@ -425,6 +425,11 @@ void pause_dynamic_threads(int gpu)
continue;
if (!thread_no++)
continue;
if (!thr->pause && cgpu->dynamic) {
applog(LOG_WARNING, "Disabling extra threads due to dynamic mode.");
applog(LOG_WARNING, "Tune dynamic intensity with --gpu-dyninterval");
}
thr->pause = cgpu->dynamic;
if (!cgpu->dynamic && cgpu->enabled)
tq_push(thr->q, &ping);