Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go ยป
No member browsing this thread
Thread Status: Active
Total posts in this thread: 14
Posts: 14   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 3090 times and has 13 replies Next Thread
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Wouldn't it be nice if we could prioritize the projects we choose to run?

Wouldn't it be nice if we could prioritize the projects we choose to run?
You would put the most important to you project first, the second most important after that and so on. You'd run only the first one until no more were available, then it'd switch to your second preference.
[May 28, 2020 8:08:36 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Former Member
Cruncher
Joined: May 22, 2018
Post Count: 0
Status: Offline
Reply to this Post  Reply with Quote 
Re: Wouldn't it be nice if we could prioritize the projects we choose to run?

Suspect that would not take very long since each project has N slots with work in the distribution system. If there momentarily is no work for eg opn1, it would default to your second choice and so on. Not sure if that's your expectation.
[May 28, 2020 8:32:13 PM]   Link   Report threatening or abusive post: please login first  Go to top 
yoerik
Senior Cruncher
Canada
Joined: Mar 24, 2020
Post Count: 413
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Wouldn't it be nice if we could prioritize the projects we choose to run?

You can indirectly through the amount of WUs you allow in the queue - but not completely.

But it would be very interesting to see. It would be pretty cool, though.
----------------------------------------

[May 28, 2020 8:33:50 PM]   Link   Report threatening or abusive post: please login first  Go to top 
2JVLQ7rhrf3LQKmojHX8fk99Wqsc
Master Cruncher
The Great Basin
Joined: Dec 24, 2017
Post Count: 2388
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Wouldn't it be nice if we could prioritize the projects we choose to run?

On Feb 9, 2020 I requested on github that BOINC add commands. Doubt it will ever happen.
BOINC grids such as WCG & LHC are mixing very different kinds of projects under the same Prefs. E.g., WCG now has two projects that require a fast turn around; the serial FAH2 and long ARF with sparse checkpoints. Clients need more effective ways to control their work.
Please add BOINC commands <maintain> & <priority> that tell the server what to do.
```
<app_config>
<app>
<name>ATLAS</name>
<!-- Xeon E5-2699 v4 22c44t 32 GB RAM L3 Cache = 55 MB -->
<maintain>18</maintain>
<max_concurrent>16</max_concurrent>
</app>
<app_version>
<app_name>ATLAS</app_name>
<plan_class>native_mt</plan_class>
<avg_ncpus>1</avg_ncpus>
<cmdline>--nthreads 1</cmdline>
</app_version>
<app>
<name>sixtrack</name>
<maintain>9</maintain>
<max_concurrent>6</max_concurrent>
</app>
<app>
<name>Theory</name>
<maintain>44</maintain>
</app>
<app>
<name>CMS</name>
<maintain>0</maintain>
</app>
</app_config>
```

And even better would be:
```
<app_config>
<app>
<name>ATLAS</name>
<!-- Xeon E5-2699 v4 22c44t 32 GB RAM L3 Cache = 55 MB -->
<priority>1</priority>
<max_concurrent>16</max_concurrent>
</app>
<app_version>
<app_name>ATLAS</app_name>
<plan_class>native_mt</plan_class>
<avg_ncpus>1</avg_ncpus>
<cmdline>--nthreads 1</cmdline>
</app_version>
<app>
<name>sixtrack</name>
<priority>3</priority>
</app>
<app>
<name>Theory</name>
<priority>2</priority>
</app>
<app>
<name>CMS</name>
<priority>0</priority>
</app>
</app_config>
```
----------------------------------------

...KRI please cancel all shadow-banning
[May 28, 2020 9:35:58 PM]   Link   Report threatening or abusive post: please login first  Go to top 
yoerik
Senior Cruncher
Canada
Joined: Mar 24, 2020
Post Count: 413
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Wouldn't it be nice if we could prioritize the projects we choose to run?

well regardless of whether it happens - I appreciate the effort you put in to this.
----------------------------------------

[May 28, 2020 9:50:29 PM]   Link   Report threatening or abusive post: please login first  Go to top 
sjcsystems
Cruncher
Joined: Dec 17, 2008
Post Count: 11
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Wouldn't it be nice if we could prioritize the projects we choose to run?

I've just checked my task queue to find it is rammed with the Microbiome project, and the Covid19 tasks are having to wait and possibly expire. I've now had to come into my settings and untick get work for other projects and only tick covid19.
[May 29, 2020 8:20:06 AM]   Link   Report threatening or abusive post: please login first  Go to top 
yoerik
Senior Cruncher
Canada
Joined: Mar 24, 2020
Post Count: 413
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Wouldn't it be nice if we could prioritize the projects we choose to run?

I've just checked my task queue to find it is rammed with the Microbiome project, and the Covid19 tasks are having to wait and possibly expire. I've now had to come into my settings and untick get work for other projects and only tick covid19.

edit device profiles under your settings to limit the amount of tasks that are sent out from Microbiome, or any project. That will prevent your queue from being filled up.
----------------------------------------

[May 29, 2020 1:30:10 PM]   Link   Report threatening or abusive post: please login first  Go to top 
BobMcG
Senior Cruncher
USA
Joined: Nov 14, 2005
Post Count: 170
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Wouldn't it be nice if we could prioritize the projects we choose to run?

I just went to "My Contribution" page and under "My Projects" unchecked everything except Covid19. When the Covid19 is done i'll just go back and check the projects I was previously running.
----------------------------------------

[May 29, 2020 5:16:30 PM]   Link   Report threatening or abusive post: please login first  Go to top 
yoerik
Senior Cruncher
Canada
Joined: Mar 24, 2020
Post Count: 413
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Wouldn't it be nice if we could prioritize the projects we choose to run?

what I did was limit the amount of WUs that the other projects can run, using device profiles.
----------------------------------------

[May 29, 2020 5:40:53 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Mike.Gibson
Ace Cruncher
England
Joined: Aug 23, 2007
Post Count: 12589
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Wouldn't it be nice if we could prioritize the projects we choose to run?

Prioritising one project is simple with device profiles. You just uncheck all other projects but leave the option to get other work when your preferred project has run out. Setting a 2nd priority would be a problem. If you set a high cache for your preferred project would enable you to continue that project after it has run out.

Mike
[May 29, 2020 7:02:21 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 14   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread