Message boards : BOINC Manager : Boinc Manager suggestions
Message board moderation
Author | Message |
---|---|
Send message Joined: 22 Feb 07 Posts: 2 |
Hi, :) 1) Suggestion also for this forum: a search tool (cuz I'm wondering if my suggestions have already been suggested) 2) It'd be nice to be able to sort the lists by clicking on the columns (eg, ascending/descending toggle) for the Advanced View :: Tasks tab and Advanced View :: Projects tab 3) Ability to multi-select tasks and perform an action. Specifically, my client downloaded a gazillion tasks (well, 50 or so:) which had an expiration date the next day (waaay too soon to realistically complete them all) ... so I then started receiving messages recommending I abort the overdue items (else won't get credit for work). "Ok," says I, "I'll abort them and they'll be put back into the server's queue for someone else." But it's tedious to select each one individually and abort it. 4) ... umm ... that's it :) |
Send message Joined: 19 Jan 07 Posts: 1179 |
Hi, :) There is a search function, what we lack is a link to it :) 2) It's already being worked on. There was even a version where these new features accidentally appeared. It was extremely buggy, definitely it wasn't ready to go on a release. Sorting columns could make the whole tab to get empty, to mention one of the 20 problems I found. But it is being worked on, it will eventually be ready and appear on a public version. |
Send message Joined: 22 Feb 07 Posts: 2 |
Hi, :) yay! |
Send message Joined: 5 Aug 06 Posts: 59 |
1) Google may also help ;) But a link to the internal search tool would be great. To extend your list: 4) "Update all projects"-button (There was one in ~5.2.7, but where is it now?) 5) Better simple view: You can't suspend network activities and there's no list of tasks to be done in the simple GUI. |
Send message Joined: 19 Jan 07 Posts: 1179 |
To extend your list: For Linux, you can use this little script: #!/bin/sh for i in `boinccmd --get_project_status | grep 'master URL' | sed 's/^.*(http.*)$/1/'`; do boinccmd --project $i update; done On Windows, I don't think that can be done from a script... I plan on making a couple of little utilities for BOINC to do things like this. |
Send message Joined: 5 Aug 06 Posts: 59 |
To extend your list: But since it was built-in in a former version, I don't think it'd be a big problem to build it in again. |
Send message Joined: 27 Jun 06 Posts: 305 |
There is a search function, what we lack is a link to it :) The link is below the boards list here, not above like in the project templates ��u� |
Send message Joined: 23 May 06 Posts: 41 |
To extend your list: Hello, I found it also useful, so I made a small Perl script and compiled it as Windows exe. You can download it from www.rechenkraft.net. Just copy the exe to the BOINC folder and start it. yoyo Germany biggest distributed computing community Rechenkraft.net |
Send message Joined: 12 Mar 07 Posts: 59 |
...On Windows, I don't think that can be done from a script... I plan on making a couple of little utilities for BOINC to do things like this. me too. That is why I am writing them in Perl - as once the interface is sorted then all scripts that use it will run equally on win and lin. All it would need for win users would be to install perl, which is free (see google, Ive lost the link). R~~ |
Send message Joined: 12 Mar 07 Posts: 59 |
There is a search function, what we lack is a link to it :) ummm, above or below the boards list is not where it is needed, IMHO, but on every board and on every thread, so the user sees the possibility of a search before posting. And in the form of a text box, not a link. The easier it is, the more likely the user is to use it, and save us all the hassle of seeing the same q again. R~~ |
Send message Joined: 12 Mar 07 Posts: 59 |
To extend your list: where boinccmd is actually boinc_cmd at least on my download R~~ |
Send message Joined: 19 Jan 07 Posts: 1179 |
where boinccmd is actually boinc_cmd at least on my download boinccmd on Windows, boinc_cmd on Linux. What the hell? Don't ask me. |
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.