GPU snooze timer

Message boards : BOINC Manager : GPU snooze timer
Message board moderation

To post messages, you must log in.

AuthorMessage
cw64

Send message
Joined: 27 Aug 10
Posts: 16
United Kingdom
Message 34860 - Posted: 23 Sep 2010, 15:56:26 UTC

How can I alter the duration of the timer?
ID: 34860 · Report as offensive
Pepo
Avatar

Send message
Joined: 3 Apr 06
Posts: 547
Slovakia
Message 34911 - Posted: 24 Sep 2010, 21:34:59 UTC - in response to Message 34860.  
Last modified: 24 Sep 2010, 21:36:06 UTC

How can I alter the duration of the timer?

You can set it using a GUI RPC command, e.g. on my Windows machine:
"C:\Program Files\BOINC\boinccmd.exe" --set_run_mode never 15

will snooze the computation for 15 seconds ant then revert to the previously active mode. Even if I've snoozed the client using the Manager's tray icon's "Snooze" (for the usual 1 hour) maybe 20 minutes ago, command "boinccmd.exe" --set_run_mode never 3" will return the client and apps to the previous running state in 3 seconds.

You can create few batch files and have handy links on desktop to be able to snooze for few minutes or a couple of hours or the like.

So, in your case, the exercise sounds:
--set_gpu_mode mode duration . . . . . . set GPU run mode for given duration (seconds)
  mode = always | auto | never
while the current folder is the BOINC data dir.

(On unices - principially the same, you get the idea. Using it over network is not that straightforward - the script would have to handle the authentication. Something more suitable for a managing application. It is also possible to read out the remaining time - it is contained in response to some of GUI RPC status commands, good old BoincView has been showing the remaining snooze time of monitored clients.)

Peter
ID: 34911 · Report as offensive
Fire$torm

Send message
Joined: 25 Sep 10
Posts: 2
United States
Message 34921 - Posted: 25 Sep 2010, 5:58:38 UTC - in response to Message 34911.  
Last modified: 25 Sep 2010, 6:19:46 UTC


So, in your case, the exercise sounds:
--set_gpu_mode mode duration . . . . . . set GPU run mode for given duration (seconds)
  mode = always | auto | never
while the current folder is the BOINC data dir.

Earlier today I tried to use that command in a batch file and got the following error: unrecognized command --set_gpu_mode

I am using BOINC Manager v6.10.56 on Win7 x64. I tested --set_run_mode and it works without issue.

Any ideas?

Thanks in advance.
Fire$torm
ID: 34921 · Report as offensive
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 34922 - Posted: 25 Sep 2010, 7:22:12 UTC - in response to Message 34921.  


So, in your case, the exercise sounds:
--set_gpu_mode mode duration . . . . . . set GPU run mode for given duration (seconds)
  mode = always | auto | never
while the current folder is the BOINC data dir.

Earlier today I tried to use that command in a batch file and got the following error: unrecognized command --set_gpu_mode

I am using BOINC Manager v6.10.56 on Win7 x64. I tested --set_run_mode and it works without issue.

Any ideas?

Thanks in advance.


Fire$torm


It was introduced in Boinc 6.10.57:

•boinccmd: Add --set_gpu_mode to command line tool.

So upgrade to to the latest Recommended version. (6.10.58)

Claggy
ID: 34922 · Report as offensive
Fire$torm

Send message
Joined: 25 Sep 10
Posts: 2
United States
Message 34925 - Posted: 25 Sep 2010, 14:59:22 UTC - in response to Message 34922.  


It was introduced in Boinc 6.10.57:

•boinccmd: Add --set_gpu_mode to command line tool.

So upgrade to to the latest Recommended version. (6.10.58)

Claggy


OK, Like duh! I had thought of uping to 58. I should have gone with my instinct. Anyhow, thanks for the reply.

Peace.
ID: 34925 · Report as offensive

Message boards : BOINC Manager : GPU snooze timer

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.