| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 7
|
|
| Author |
|
|
Rickjb
Veteran Cruncher Australia Joined: Sep 17, 2006 Post Count: 666 Status: Offline Project Badges:
|
Haven't seen this before today.
----------------------------------------In the BOINC Manager advanced view Tasks tab of one of my machines, only tasks that are running are shown. How do I get to see the other tasks again for more than an instant? BOINC 7.0.60, Windows 7-x64 SP1. I don't want to reboot the machine since 3 x CEP2 WUs are running, and as soon as one finishes, another one will start. The machine hasn't been up long - only about 3 months. Things tried: - Switch to Simple View and back. When I switch back, other tasks are displayed for just an instant, but they are cleared before anyone could possibly read them. - Shut down boincmgr.exe and start it again. Same as before. (I left boinc.exe running). - Switch between all tabs in Advanced view Other info: cc_config.xml: <cc_config> <options> <start_delay>15</start_delay> </options> <log_flags> <checkpoint_debug>1</checkpoint_debug> <work_fetch_debug>0</work_fetch_debug> <http_xfer_debug>0</http_xfer_debug> </log_flags> </cc_config> --- WCG app_config.xml: <app_config> <app> <name>cep2</name> <max_concurrent>3</max_concurrent> </app> </app_config> --- (no changes have been made to either of those lately, anyway.) Has anyone else seen this? [Edit 3 times, last edit by Rickjb at Jun 25, 2013 3:29:27 PM] |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
On the Tasks tab, down the left, there are buttons to show ALL tasks and ACTIVE tasks
![]() |
||
|
|
Rickjb
Veteran Cruncher Australia Joined: Sep 17, 2006 Post Count: 666 Status: Offline Project Badges:
|
Duh! Thanks, Scribe.
Previously I got very used to v6.2.19, which didn't have buttons like Show All/Active tasks, or WU Properties, and I obviously didn't explore all the new stuff. I'd only looked in all the old places - Tools and Advanced menus. Wish they'd added a Suspend (selected tasks) After Next Checkpoint button too. That would make it so-o-o much easier to shut down without wasting any CPU time when running CEP2 and any other infrequent checkpointers. And I wish WCG would change that silly confusing "Edit a Post" label that we get when editing a post to "Save Changes" or similar, too. |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Always retreat while shooting ;>)
----------------------------------------That checkpoint thing has been proposed before. One view is, that the client does not really know which job checkpoints when... it only tells tasks how often they may, if they want to. Suppose you have a mix of many sciences on an 8 core. One checkpoints every few minutes, the other every 10, and ol CEP2 does one in 10-300 minutes. If CEP2 were to take 300 minutes, you want the other cores to idle 290? Let me vote No. Very maybe, if one could pick a specific job and tell the client to suspend/permit power-down when it checkpoints. You sell the case to the developers and see if Dr. A. can be hooked. The developers mail list is rather 'we take no prisoners'. Then, do not stick to 6.2.19 and expect others to do all the testing, for it sure will come with bugs and unexpected angles. There's various options that can be passed with boinccmd... offhand, one is to finish tasks, then switch off. As it stands, the future will bring likely less buttons, not more... you proved the case why that is considered. The "show active" is one to go, once they root out the cause of latency when many tasks are buffered. [Edit 1 times, last edit by Former Member at Jun 25, 2013 4:10:05 PM] |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
P.S. You will have pushed the button, as default is to show all FAIK.
|
||
|
|
Rickjb
Veteran Cruncher Australia Joined: Sep 17, 2006 Post Count: 666 Status: Offline Project Badges:
|
[OT] @Sekerob:
"That checkpoint thing has been proposed before. One view is, that the client does not really know which job checkpoints when ..." If checkpointdebug is on, a message appears in the log each time a task checkpoints. Who puts those messages there? The task, the client, or the manager? Probably not the task, as it would have to negotiate write-access to the log file. So, the BOINC system probably knows when each task checkpoints. "you want the other cores to idle 290? Let me vote No" Sorry, I didn't fully explain. My proposed "Suspend at next checkpoint" button in the Tasks tab would work the same way as the current plain ordinary "Suspend" button, except the selected tasks would each wait until it checkpointed before BOINC would suspend it. While a task had a suspend pending, its status would show as -um- "Suspend pending". When the task went into suspension, if there was another task able to run, that one would start, as per an ordinary suspend. So, if you wanted to shut down or reboot your system, you would first ensure that you had some tasks available to run, that checkpoint frequently. Then you would suspend all of your infrequent checkpointers (aka CEP2) that were not running. Next you would request your running CEP2s to suspend after each of them checkpoints. You then tie a piece of string around your finger to remind you to come back before the machine runs out of work, and you can leave for a while. When you come back, your running CEP2s may have suspended or finished, so you can shut down with minimum loss of crunching time, in most cases sooner than if you'd had to wait until all of your running CEP2s finished. Alternatively, someone with well-oiled shell-script skills could probably knock up a script that polls the log file every few minutes and issues boinccmds to suspend the tasks when they checkpoint. Not having the ability in BOINC manager to copy text from the tasks tab would make it harder to supply the script with the names of the tasks that you want to suspend though. [/OT] "P.S. You will have pushed the button, as default is to show all FAIK." Yeh, must have clicked "Show active tasks" without realising it. |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Getting the picture, but it seems to me a lot of micromanaging. Any 'modern' system BTW would power down by itself [or hibernate or sleep as defined in the OS]... my near 8 year old Linux box even switches down from 2.4 to 1.6 if BOINC is paused when e.g. apt-get is started [set an exclusive-app]... no need to walk around with ribbons around your finger. Make your pitch at the developers.
|
||
|
|
|