Suspending computation and network activity - time of day
From Unofficial BOINC Wiki
Contents |
[edit] General
Message Type: Information Message
This message from the BOINC Client Software is generated because of the Preference Setting the Participant has chosen which will cause the BOINC Client Software to suspend computation during a specific time of day. The Preference Setting is "Do work only between the hours of x to y".
[edit] Version Information
- None.
[edit] Example Log(s)
[edit] Suspending Computation And Network Activity - Time Of Day
(1) 2005-05-02 00:00:00 [---] Suspending computation and network activity - time of day (2) 2005-05-02 00:00:01 [---] request_reschedule_cpus: process exited (3) 2005-05-02 00:05:15 [---] Resuming computation and network activity (4) 2005-05-02 00:05:15 [---] schedule_cpus: must schedule
Line-By-Line Explanation
- Suspending computation and network activity - time of day
- The Participant has set the Preference Setting to suspend work at this time of day.
- request_reschedule_cpus: process exited
- We do a reschedule of the CPU as we have exited the Science Application, which will not start a new Work Unit/Result because of the Preference Setting.
- Resuming computation and network activity
- The time to pause work has passed, so now we can restart processing using a Science Application.
- schedule_cpus: must schedule
[edit] Other Related Messages
- Resuming computation and network activity
- Resuming network activity
- Suspending computation and network activity - on batteries
- Suspending computation and network activity - out of disk space - change global prefs
- Suspending computation and network activity - running CPU benchmarks
- Suspending computation and network activity - time of day
- Suspending computation and network activity - user is active
- Suspending computation and network activity - user request
- Suspending network activity - time of day
- Suspending network activity - user request
[edit] Developer Information
| Code Location: | boinc/client/cs_prefs.C |
| Function: | CLIENT_STATE::suspend_activities(int reason) |
| Documentation: | boinc/client/cs_prefs.C |
| CVS Extract: | cvs -d :pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout boinc/client/cs_prefs.C |
RSS Feeds

