From: Jens Steube Date: Sun, 14 Feb 2016 19:15:14 +0000 (+0100) Subject: Disable GPU-Temp monitoring during benchmark X-Git-Tag: v3.00-beta~286 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=8af57d55f44b69d63670f45e3ca6136174a9ca34;p=hashcat.git Disable GPU-Temp monitoring during benchmark --- diff --git a/src/oclHashcat.c b/src/oclHashcat.c index 32c7a11..b229e77 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -6840,6 +6840,7 @@ int main (int argc, char **argv) restore_disable = 1; potfile_disable = 1; weak_hash_threshold = 0; + gpu_temp_disable = 1; data.status_timer = status_timer; data.restore_timer = restore_timer;