Message boards : Server programs : BOINC Server
Message board moderation
Author | Message |
---|---|
Send message Joined: 31 Jan 11 Posts: 20 |
Hello, I just set a boinc server, I wonder if you have simple program that cant use to test the server. Thanks María Mays |
Send message Joined: 29 Aug 05 Posts: 15575 |
Please see http://boinc.berkeley.edu/trac/wiki/QuickStart for how to test your server. Also see http://boinc.berkeley.edu/trac/wiki/ExampleApps for example applications. |
Send message Joined: 31 Jan 11 Posts: 20 |
Hi Ageless, thanks for answering. I've been using the links you sent me, but I present the following error when the BOINC manager to want to link my test project, you have some idea of what I can be doing wrong? Error 02/08/2011 8:30:35 a.m. Suspending computation – CPU is busy 02/08/2011 8:31:25 a.m. Resuming computation Test 02/08/2011 8:31:48 a.m. Resetting project Test 02/08/2011 8:31:35 a.m. Detaching from project 02/08/2011 8:32:13 a.m. Fetching configutation file from http://150.186... 02/08/2011 8:30:33 a.m. Suspending computation – CPU is busy Thank you very much PD.: Sorry my English is not very good |
Send message Joined: 29 Aug 05 Posts: 15575 |
That's a preference setting. Check your Global Preferences, or local advanced preferences if you use those, for the option "Suspend work if CPU usage is above X%". By default this is 25%. Either increase it to something higher, or disable it by setting it to 0 or 100. This option will suspend BOINC when any non-BOINC program takes this much CPU cycles. |
Send message Joined: 3 Sep 11 Posts: 2 |
That's a preference setting. Check your Global Preferences, or local advanced preferences if you use those, for the option "Suspend work if CPU usage is above X%". By default this is 25%. Either increase it to something higher, or disable it by setting it to 0 or 100. I had setup the server and attached project. I am able to add new application. But when observing the results i cannot find any canonical results; their are comute errors in the results table when i browsed through html/project_ops. What is the problem ?? How can i solve the problem?? |
Send message Joined: 29 Aug 05 Posts: 15575 |
I don't know. You don't give any example of what the compute errors are. Click any of the TaskIDs and tell what the stderr.txt of the erroneous tasks said... |
Send message Joined: 12 Jan 12 Posts: 1 |
I am trying to compile the current version. [oppie@oppie boinc]$ svn update At revision 25036. [oppie@oppie boinc]$ make[2]: Entering directory `/home/oppie/boinc/samples/example_app' g++ -g -Wall -W -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -fno-common -DAPP_GRAPHICS -I../.. -I../../lib -I../../api -L /usr/X11R6/lib -L. -c -o uc2.o uc2.cpp ln -s `g++ -print-file-name=libstdc++.a` make[2]: stat: libstdc++.a: Too many levels of symbolic links g++ -g -Wall -W -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -fno-common -DAPP_GRAPHICS -I../.. -I../../lib -I../../api -L /usr/X11R6/lib -L. -o uc2 uc2.o libstdc++.a -pthread \ ../../api/libboinc_api.a \ ../../lib/libboinc.a g++: error: libstdc++.a: Too many levels of symbolic links make[2]: *** [uc2] Error 1 make[2]: Leaving directory `/home/oppie/boinc/samples/example_app' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/oppie/boinc' make: *** [all] Error 2 What can I do to fix this? |
Copyright © 2025 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.