Can't suspend non-CPU-intensive project
From Unofficial BOINC Wiki
Contents |
[edit] General
Message Type: Information Message
This Message means that the BOINC Client Software cannot put a specific BOINC Powered Project into a suspended state because the Project does not "share" the CPU with the other Projects that are running on the BOINC Client Software.
This type of BOINC Powered Project only needs CPU Time on a specific condition, in the case of the Crash Collection Project, for example, the only time the Project needs any resources is when an executing program "crashes", at all other times it is in a suspended state.
[edit] Version Information
- None.
[edit] Example Log(s)
2005-06-04 22:08:17 [crashcollection] Can't suspend non-CPU-intensive project
Line-By-Line Explanation
- Can't suspend non-CPU-intensive project
- This BOINC Powered Project cannot be suspended because it never requires CPU Time to perform its intended function.
[edit] Other Related Messages
- None.
[edit] Developer Information
| Code Location: | boinc/client/gui_rpc_server_ops.C |
| Function: | handle_project_op(char* buf, MIOFILE& fout, const char* op) |
| Documentation: | boinc/client/gui_rpc_server_ops.C |
| CVS Extract: | cvs -d :pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout boinc/client/gui_rpc_server_ops.C |

