Message boards :
Number crunching :
News of Projects and Apps Starting and Ending...
Message board moderation
Previous · 1 . . . 17 · 18 · 19 · 20 · 21 · 22 · 23 . . . 89 · Next
Author | Message |
---|---|
Send message Joined: 18 Apr 13 Posts: 168 Credit: 1,050,472 RAC: 135 |
What distinguishes an "application" from a "version"? Applications are completely separate sub-projects run by a BOINC project. From a BOINC perspective, they have absolutely nothing to do with other applications. They use different work generators, have different queues, different validators, etc Application versions (called app_versions in BOINC-speak) are, by contrast, related to each other and are typically very similar or identical except for either the platform they run on (e.g., Linux vs. WIndows) or the version of the software (new vs. old). Typically, at any give time, most applications will have as few as 3 acive app_versions (Windows, Mac, and Linux), or as many as 12 (for each of Linux, Mac, and Windows there might be one each of a 32 bit CPU, a 64 bit CPU, an Nvidia GPU, and an AMD GPU app version.) Over the life of an application, as the software evolves and is updated, there may be hundreds of app_versions, although most will be deprecated and no longer in use. Sometimes a project has a choice of making either separate applications or app_versions. For example, when PrimeGrid had an Android version of one application, it was just one of many app_versions, but not a separate application. I've seen other projects do the opposite and make the Android versions its own application. There's advantages to both approaches. As a different app_version, but the same application, it allows single workunits to match x86 tasks against Android tasks. It's much simpler and easier to do than setting up a second application. On the other hand, Android devices are much, much slower than desktop computers, so if the Android app is an app_version, either you're going to have tasks that run very quickly on desktop computers (which puts a lot of load on the server), or they'll run very slowly on the Android devices. (There is a new BOINC feature that permits having multiple queues of different sized tasks which should work well to alleviate this problem.) For most projects, it depends on how similar the software and the data is. If they're similar or identical, app_versions usually make more sense. If either is significantly different, then perhaps separate applications is the way to go. Another concern is how much control you want to give to the users. The way BOINC works, it's much easier to use different applications if you want to allow the users to select which one to run. It *is* possible to allow users to select different app_versions (we do it at PrimeGrid), but it's a lot more complex. |
Send message Joined: 27 Oct 15 Posts: 201 Credit: 1,649,160 RAC: 0 |
Primerows moved to Stop@home All accounts (before February 25) are the same as on old project New users need invitation New active apps Search Prime Sequence LM - low memory, 200Mb, 15 min Search Prime Sequence MM - medium memory, 500Mb, 30 min Search Prime Sequence HM - high memory, 1100Mb, 12 min |
Send message Joined: 28 Mar 10 Posts: 588 Credit: 1,220,371 RAC: 237 |
Primerows moved to Stop@home From what I can see I will have to Detach and then Re-Attach in order to get work as I still have the old name on my computer and it gets a Server-Error when trying to get work. P.S. Answered my own question by detaching and then re-attaching anyway to see what happened. All worked fine and now I have work. Conan |
Send message Joined: 7 Apr 10 Posts: 224 Credit: 461,423 RAC: 0 |
climateprediction.net I'm really wondering how this is handled here sometimes. I also now have some of these "new" region independent WAH units and these started crunching a bit earlier. After the last update the "normal" Weather at Home line appears to be increasing by the crunched hours instead of counting a new app. According to the CPDN-apps page, the region independent seems to be a seperate app, so it "should" be counted as a new app here - but is obviously added to the old one. Makes no sense to me to be honest, but well... ;-) Life is Science, and Science rules. To the universe and beyond Member of BOINC@Heidelberg My BOINC-Stats |
Send message Joined: 7 Sep 10 Posts: 453 Credit: 945,109 RAC: 0 |
I think there was a WAH2 app out first (there was a v7.05 in Sept 2015) but the latest 8.24 version of WAH2 was released after the region independent model: Weather At Home 2 (wah2) (region independent) v8.12 - released 8 Mar 2016 Weather At Home 2 (wah2) v8.24 - released 3 Nov 2016 Some previous regional models may be adapted into region independent models for future work IIUC; so '(region independent)' might turn up again in app names! Short tasks turned up recently (2nd Feb 2017) for the UK Met Office HadCM3 app too. |
Send message Joined: 20 May 15 Posts: 32 Credit: 562,493 RAC: 210 |
I just found out shortly ago completely by accident when I went on Free-DC and wondering what this Stop@Home project was doing on my list. How the heck are you suppose to know the URL changed unless you find a post someplace or stumble across like I did?? Then there's all those clients out there trying to hit the old URL... |
Send message Joined: 20 May 15 Posts: 32 Credit: 562,493 RAC: 210 |
I was thinking on it and understand a Windows client is doing the same thing as the Mac client as the Linux client... But I wonder (and I'm relatively new on it) is GPU clients. I've seen where it's the same app but does a deeper analysis or crunches mores #s (so to speak). Is that part of the same app or is it a different app? Offhand, without delving into each project, I can't speak as to how they're listed or how any GPU clients may differ... |
Send message Joined: 20 May 15 Posts: 32 Credit: 562,493 RAC: 210 |
Free-DC has Stop@Home Stats: http://stats.free-dc.org/stats.php?page=proj&proj=sto |
Send message Joined: 18 Apr 13 Posts: 168 Credit: 1,050,472 RAC: 135 |
I was thinking on it and understand a Windows client is doing the same thing as the Mac client as the Linux client... But I wonder (and I'm relatively new on it) is GPU clients. I've seen where it's the same app but does a deeper analysis or crunches mores #s (so to speak). Is that part of the same app or is it a different app? It's usually doing the exact same work, except using a different process. If it was doing something different, such as "the deeper analysis" you mentioned, it would need to be a different application. |
Send message Joined: 7 Sep 10 Posts: 453 Credit: 945,109 RAC: 0 |
It's usually doing the exact same work, except using a different process. CUDA & OpenCL are different languages and while they often port they might need to be compared & proven to be similar enough for analysis and publication. CPU apps such as C can sometimes also be ported to CUDA or OpenCL but that tends to involve more validation (Vina is a long way from many CUDA apps). If it was doing something different, such as "the deeper analysis" you mentioned, it would need to be a different application. Depends on the projects setup/strategy/approach. At GPUGrid they use one main app and vary the 'task type'. Can be more detailed or less (steps), but runs on the same ACEMD app. Can be completely different research, but runs on the same app... In this case the app is more of a tool (like Vina); you can do different types of in silico research with it. Point is, what a project calls an app WRT Boinc varies from project to project - its really down to the research groups approach. |
Send message Joined: 30 Mar 10 Posts: 227 Credit: 9,070,609 RAC: 1,056 |
Sorry, I was not being clear. My BUMP was about the new climate prediction app. It still is not showing up. Is this ever going to get fixed? Reno, NV Team: SETI.USA |
Send message Joined: 28 Mar 10 Posts: 671 Credit: 3,987,963 RAC: 685 |
Sorry, I was not being clear. My BUMP was about the new climate prediction app. It still is not showing up. Doesn't show as a separate application in the WuProp Active Projects list, should show though as it's a separate application at the project ... https://www.cpdn.org/cpdnboinc/apps.php ... May be nothing Sebastien can do about it ... |
Send message Joined: 28 Mar 10 Posts: 671 Credit: 3,987,963 RAC: 685 |
Sorry, I was not being clear. My BUMP was about the new climate prediction app. It still is not showing up. Listed now >>> The application Weather At Home 2 (wah2) (region independent) from project climateprediction.net is active |
Send message Joined: 30 Mar 10 Posts: 227 Credit: 9,070,609 RAC: 1,056 |
|
Send message Joined: 27 Oct 15 Posts: 201 Credit: 1,649,160 RAC: 0 |
LHCathome-dev - Sixtrack Simulation |
Send message Joined: 7 Sep 10 Posts: 453 Credit: 945,109 RAC: 0 |
|
Send message Joined: 27 Oct 15 Posts: 201 Credit: 1,649,160 RAC: 0 |
DENIS@home - DENIS Project that replicate the calculus made in Literature and fill the Markers Database |
Send message Joined: 27 Oct 15 Posts: 201 Credit: 1,649,160 RAC: 0 |
DENIS@home - DENIS Project that replicate the calculus made in Literature and fill the Markers Database By the way, this is a very long name for a new active application ;-) |
Send message Joined: 27 Oct 15 Posts: 201 Credit: 1,649,160 RAC: 0 |
New application Citizen Science Grid - EXACT2 Convolutional Neural Network Trainer |
Send message Joined: 7 Sep 10 Posts: 453 Credit: 945,109 RAC: 0 |
The application EXACT2 Convolutional Neural Network Trainer from project Citizen Science Grid uses 1.3GB RAM per task! |
©2024 Sébastien