Message boards : News : New multicore app and WUs
Author | Message |
---|---|
Dears, | |
ID: 48127 | Rating: 0 | rate: / Reply Quote | |
the client does not receive WUs, although there are almost a thousand of them and the client is suitable for the requirements (Linux x64). earlier this host was able to receive test tasks for QC and python | |
ID: 48130 | Rating: 0 | rate: / Reply Quote | |
Can you check what applications are you accepting in your preferences? <rsc_fpops_est>3e12</rsc_fpops_est> <rsc_fpops_bound>250e15</rsc_fpops_bound> <rsc_disk_bound>4e9</rsc_disk_bound> <rsc_memory_bound>1e9</rsc_memory_bound> | |
ID: 48131 | Rating: 0 | rate: / Reply Quote | |
All apps selected & "accept work from other" | |
ID: 48132 | Rating: 0 | rate: / Reply Quote | |
Another boinc mystery... | |
ID: 48133 | Rating: 0 | rate: / Reply Quote | |
Jobs only seem to go to a subset of eligible machines. If anybody out there has a clue of the reason, I'll be glad to hear. | |
ID: 48134 | Rating: 0 | rate: / Reply Quote | |
All error out with this: | |
ID: 48135 | Rating: 0 | rate: / Reply Quote | |
All error out after a few seconds on AMD and Intel machines <core_client_version>7.6.33</core_client_version> <![CDATA[ <message> process exited with code 195 (0xc3, -61) </message> <stderr_txt> 17:27:46 (14006): wrapper (7.7.26016): starting 17:27:46 (14006): wrapper (7.7.26016): starting 17:27:46 (14006): wrapper: running ../../projects/www.gpugrid.net/Miniconda3-4.3.30-Linux-x86_64.sh (-b -f -p /var/lib/boinc-client/projects/www.gpugrid.net/miniconda) Python 3.6.3 :: Anaconda, Inc. 17:27:54 (14006): miniconda-installer exited; CPU time 6.648000 17:27:54 (14006): wrapper: running /var/lib/boinc-client/projects/www.gpugrid.net/miniconda/bin/python (pre_script.py) 17:28:05 (14006): $PROJECT_DIR/miniconda/bin/python exited; CPU time 7.584000 17:28:05 (14006): wrapper: running /var/lib/boinc-client/projects/www.gpugrid.net/miniconda/bin/psi4 (-n 15 -i psi4.in -o psi4.out) /var/lib/boinc-client/projects/www.gpugrid.net/miniconda/bin/psi4: 3: /var/lib/boinc-client/projects/www.gpugrid.net/miniconda/bin/psi4: readlink: not found /var/lib/boinc-client/projects/www.gpugrid.net/miniconda/bin/psi4: 9: /var/lib/boinc-client/projects/www.gpugrid.net/miniconda/bin/psi4: /bin/psi4.bin: not found 17:28:06 (14006): $PROJECT_DIR/miniconda/bin/psi4 exited; CPU time 0.000000 17:28:06 (14006): app exit status: 0x7f 17:28:06 (14006): called boinc_finish(195) | |
ID: 48136 | Rating: 0 | rate: / Reply Quote | |
Hello, Stderr output Good luck for debug | |
ID: 48137 | Rating: 0 | rate: / Reply Quote | |
Dears, all three errors mention a missing "readlink" executable. It is surprising, because it's a fairly basic command, but please check if you can run "readlink" in a terminal. If not installed, should be in the "coreutils" package. | |
ID: 48138 | Rating: 0 | rate: / Reply Quote | |
It is installed readlink --version readlink (GNU coreutils) 8.26 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | |
ID: 48139 | Rating: 0 | rate: / Reply Quote | |
Same here. It is installed readlink version 8.26. | |
ID: 48140 | Rating: 0 | rate: / Reply Quote | |
I also have problem with getting new WUs on some of my machines. Looks that ones with Nvidia card get work, and ones without it do not get anything. | |
ID: 48141 | Rating: 0 | rate: / Reply Quote | |
Is there a particular reason this is a CPU application and not a GPU one? | |
ID: 48142 | Rating: 0 | rate: / Reply Quote | |
Same here. It is installed readlink version 8.26. Same here. NNW until there's a fix. | |
ID: 48144 | Rating: 0 | rate: / Reply Quote | |
Same here. It is installed readlink version 8.26. On Linux CentOS 7.4 is works fine. I suspect that bolinc is not able to find or execute readlink cmd. Please try executing following commands: which readlink ls -l `which readlink` sudo -iu boinc bash -c 'which readlink' sudo -iu boinc bash -c 'ls -l `which readlink`' sudo -iu boinc readlink /lib/libz.so.1 On my CentOS they return following results: # which readlink /usr/bin/readlink # ls -l `which readlink` -rwxr-xr-x. 1 root root 41800 2016-11-05 /usr/bin/readlink # sudo -iu boinc bash -c 'which readlink' /bin/readlink # sudo -iu boinc bash -c 'ls -l `which readlink`' -rwxr-xr-x. 1 root root 41800 2016-11-05 /bin/readlink # sudo -iu boinc readlink /lib/libz.so.1 libz.so.1.2.7 ____________ | |
ID: 48145 | Rating: 0 | rate: / Reply Quote | |
# which readlink | |
ID: 48146 | Rating: 0 | rate: / Reply Quote | |
Commands do not work for me either. | |
ID: 48147 | Rating: 0 | rate: / Reply Quote | |
So, I copied readlink program to usr/bin and now it is working in my ubuntu hosts. | |
ID: 48148 | Rating: 0 | rate: / Reply Quote | |
Readlink path usually is /usr/bin but it depend on various packaging and configuration provided by the distro $ sudo ln -sf /bin/readlink /usr/bin/readlink PS : my readlink path is $ which readlink /usr/bin/readlink | |
ID: 48149 | Rating: 0 | rate: / Reply Quote | |
I'll add /bin to the path in the next app update. That may work, unless there is some weird sandboxing thing going on. You shouldn't need to tweak your system: just let them fail (they should fail fast, so no CPU loss). | |
ID: 48150 | Rating: 0 | rate: / Reply Quote | |
@Daniel: can you list one of your hosts which gets QC tasks and one which doesn't? | |
ID: 48151 | Rating: 0 | rate: / Reply Quote | |
@Daniel: can you list one of your hosts which gets QC tasks and one which doesn't? Hosts which get tasks: 449991, 449992, 391907 Hosts which did not get any: 444456, 452231 ____________ | |
ID: 48152 | Rating: 0 | rate: / Reply Quote | |
Many thanks for this: I look forward to the Windows version! Dears, ____________ John | |
ID: 48153 | Rating: 0 | rate: / Reply Quote | |
Two of my computers have received tasks and processed them with no trouble. | |
ID: 48154 | Rating: 0 | rate: / Reply Quote | |
Credit assignment logic has historically been problematic (see here) to the point that I am inclined to think that it has no best solution. For the time being the credit algorithm is the old default one from boinc. I think it relies heavily on the self-computed FLOPS and yes that seems paradoxical. | |
ID: 48155 | Rating: 0 | rate: / Reply Quote | |
I haven't been able to successfully process a WU on my computer. I've received many, but they've all resulted in "Computation error". | |
ID: 48156 | Rating: 0 | rate: / Reply Quote | |
I haven't been able to successfully process a WU on my computer. I've received many, but they've all resulted in "Computation error". You'll have to try one of the suggestions posted by Daniel or [VENETO] sabayonino above. I'm waiting for more WUs to try myself. | |
ID: 48157 | Rating: 0 | rate: / Reply Quote | |
we are not aware of fast and free gpu qm applications. if you know one, let us know. | |
ID: 48158 | Rating: 0 | rate: / Reply Quote | |
Please do not tweak your system. The current application (QC 3.10) should solve the problem. | |
ID: 48159 | Rating: 0 | rate: / Reply Quote | |
we are not aware of fast and free gpu qm applications. if you know one, let us know. @UF & @UNC developed ANAKIN-ME to create fast, accurate quantum mechanical simulations. See the demo at #SC17 http://nvda.ws/2zyBhKj https://twitter.com/NVIDIADC | |
ID: 48160 | Rating: 0 | rate: / Reply Quote | |
Yes, we have that and it is nice, but limited and not a QM code. | |
ID: 48161 | Rating: 0 | rate: / Reply Quote | |
I completed one this morning in Ubuntu. | |
ID: 48167 | Rating: 0 | rate: / Reply Quote | |
The new app has 0% failure rate. However, only a handful of hosts are receiving it, for reasons utterly obscure. 2017-11-10 20:06:33.9454 [PID=182743] [quota] Overall limits on jobs in progress: That "njobs 0" seems to prevent result sending. Any clue hugely appreciated... | |
ID: 48169 | Rating: 0 | rate: / Reply Quote | |
The new app has 0% failure rate. However, only a handful of hosts are receiving it, for reasons utterly obscure. The only reading material I can suggest is http://boinc.berkeley.edu/trac/wiki/ProjectOptions#Joblimits, but I imagine you know that already. Remember to read the following 'Job limits (advanced)' section too. | |
ID: 48170 | Rating: 0 | rate: / Reply Quote | |
For those interested in controlling the number of threads used by the multicore app, the following app_config.xml entries seem to work. <app> <name>QC</name> <max_concurrent>1</max_concurrent> </app> <app_version> <app_name>QC</app_name> <plan_class>mt</plan_class> <avg_ncpus>9</avg_ncpus> <cmdline>--nthreads 9</cmdline> </app_version> The <avg_ncpus> entry tells BOINC the number of threads to reserve for the app. The <cmdline> entry tells the app the number of threads available for processing. | |
ID: 48171 | Rating: 0 | rate: / Reply Quote | |
Can anybody comment on the suspend/resume behavior under a variety of conditions (ie. with and without "keep in memory")? I expect the calculation to restart from scratch, but not crash. | |
ID: 48172 | Rating: 0 | rate: / Reply Quote | |
Like many others I don't get any WUs on my linux machines. | |
ID: 48173 | Rating: 0 | rate: / Reply Quote | |
Can anybody comment on the suspend/resume behavior under a variety of conditions (ie. with and without "keep in memory")? I expect the calculation to restart from scratch, but not crash. When I suspended a task with LAIM on, BOINC manager showed that it was suspended, but the system monitor showed that the task was still busy using all the threads that were allocated to it. When I suspended a task with LAIM off, BOINC manager showed that the task was suspended and the task disappeared from the system monitor. When the task was resumed, it restarted from 0 and appears to be running normally. | |
ID: 48174 | Rating: 0 | rate: / Reply Quote | |
@captainjack - thanks, appreciated. | |
ID: 48175 | Rating: 0 | rate: / Reply Quote | |
I just wanted to report back: | |
ID: 48176 | Rating: 0 | rate: / Reply Quote | |
Working/not working pairs are useful for debugging indeed (if they have the same preferences, that is). It was suggested that it was the presence of a GPU, but there are GPU-less counter-examples, like this. The scheduler is a software nightmare... | |
ID: 48177 | Rating: 0 | rate: / Reply Quote | |
Today is my lucky day. I just enabled the multicore app, and immediately picked up two of them on my i7-3770 machine running Ubuntu 16.04.3 (Linux 4.10.0.38), and BOINC 7.8.3. They run on 7 cores, with one core reserved for GPU support as set by BOINC preferences, not in the app_config (though I use one for other purposes). | |
ID: 48180 | Rating: 0 | rate: / Reply Quote | |
My two computers that are getting or have gotten cpu work, have both been connected before. | |
ID: 48183 | Rating: 0 | rate: / Reply Quote | |
OK, thanks @mmonnin. which readlink followed by sudo ln -sf /bin/readlink /usr/bin/readlink ,and am now waiting for some more WUs. | |
ID: 48184 | Rating: 0 | rate: / Reply Quote | |
Do not make symlinks. The problem is already solved. | |
ID: 48187 | Rating: 0 | rate: / Reply Quote | |
Since it’s the first time we have a CPU app out, I’ll test the behavior of GPUGRID with a relatively large batch that you will see soon. I just started reading this thread. I thought I would point out that there was a multi-threaded CPU application back in 2014. It just wasn't necessarily for Quantum Chemistry. ____________ | |
ID: 48192 | Rating: 0 | rate: / Reply Quote | |
Since it’s the first time we have a CPU app out, I’ll test the behavior of GPUGRID with a relatively large batch that you will see soon. Yes I ran that one on both Windows 32 bit and Linux 64 bit, which is where nearly all my points came from, as I had to stop GPU use a few years ago so I ran the CPU app instead. Conan | |
ID: 48198 | Rating: 0 | rate: / Reply Quote | |
On a 1950x it's reserving all 32 threads but not running them near the maximum. | |
ID: 48228 | Rating: 0 | rate: / Reply Quote | |
getting a ton of quantum chemistry tasks on my aws ec2 p2.xlarge instance. | |
ID: 48229 | Rating: 0 | rate: / Reply Quote | |
Same here stuck at 66%. Will go to lunch and see if it finished in the meanwhile. | |
ID: 48230 | Rating: 0 | rate: / Reply Quote | |
they finish about 10-15 minutes after they 'hang' on my ec2 instance. | |
ID: 48231 | Rating: 0 | rate: / Reply Quote | |
Here as well! Times are in relation with more threads and higher clock frequency on the other computer. | |
ID: 48232 | Rating: 0 | rate: / Reply Quote | |
I'm using Ubuntu's bundled system monitor to display CPU usage graphs. That 66% thing is just a bug with the work unit time estimation, but my cores really were gradually rising and falling from 0 to 100%. Like a helix on its side, but with 32 lines. | |
ID: 48233 | Rating: 0 | rate: / Reply Quote | |
The 66% is due to our using the boinc wrapper for an app which doesn't report its progress. There are three steps in the WU (install, update, compute) and the third is the long one, hence the 2/3. | |
ID: 48234 | Rating: 0 | rate: / Reply Quote | |
Just tried to run few tasks and still getting the same error: | |
ID: 48235 | Rating: 0 | rate: / Reply Quote | |
This one hang for about 6 hours: | |
ID: 48236 | Rating: 0 | rate: / Reply Quote | |
Since I had 100% errors (Message 48156 - Posted: 12 Nov 2017 | 2:36:31 UTC) on my first batch of these CPU tasks, I created a symlink as instructed, then deleted the symlink as subsequently instructed, but I have never received a single task since my 12 Nov 2017 post. | |
ID: 48237 | Rating: 0 | rate: / Reply Quote | |
OK, we will start production mode next week. Unfortunately we will need more than 50x the current number of CPUs, but it is just the start now, so it is ok. | |
ID: 48239 | Rating: 0 | rate: / Reply Quote | |
On a 1950x it's reserving all 32 threads but not running them near the maximum. Pretty typical of multithreaded apps (of any BOINC project) that they do not scale that well past 4-8 cores. I typically use an app_config to 4 cores on mt apps like LHC, Cosmology, yafu, etc. | |
ID: 48241 | Rating: 0 | rate: / Reply Quote | |
OK, we will start production mode next week. Unfortunately we will need more than 50x the current number of CPUs, but it is just the start now, so it is ok. You will need a windows app for this. | |
ID: 48242 | Rating: 0 | rate: / Reply Quote | |
Since I had 100% errors (Message 48156 - Posted: 12 Nov 2017 | 2:36:31 UTC) on my first batch of these CPU tasks, I created a symlink as instructed, then deleted the symlink as subsequently instructed, but I have never received a single task since my 12 Nov 2017 post. Same here ... | |
ID: 48243 | Rating: 0 | rate: / Reply Quote | |
I received some yesterday on a new install of Ubuntu 17.10. No symlink or anything and they completed. | |
ID: 48244 | Rating: 0 | rate: / Reply Quote | |
If you need that many CPUs, you will definitely need a windows app | |
ID: 48245 | Rating: 0 | rate: / Reply Quote | |
Will the app name stay with "*QC309big*" or will it change for the real stuff? So we might make a app_config file or better still, might you propose an app_config file to limit cpu cores per work-unit to X cores. | |
ID: 48246 | Rating: 0 | rate: / Reply Quote | |
Making a windows app will probably need one of the following two solutions. Neither is perfect (by far). | |
ID: 48249 | Rating: 0 | rate: / Reply Quote | |
By the way, question for the gurus: when you run a vbox app, is virtualbox automatically installed on your system? No. The user has to install it themselves, and usually some VBox extensions are recommended as well. There are two ways of installing VBox for Windows: 1) Via a combined single-click installer for both VBox and BOINC, available from BOINC. The simplicity is attractive, but there are downsides - there is no control over e.g. installation location, and the version of VBox included is usually several steps behind the current release. 2) Direct from the Oracle VBox site. BOINC will still recognise this - there's no special BOINC code in the combined VBox installer. Any VBox extensions desired will always have to be downloaded from Oracle. There may be other adjustments required to the host computer, such as enabling virtualisation in the BIOS, which might be unfamiliar to the casual user. | |
ID: 48250 | Rating: 0 | rate: / Reply Quote | |
klepel asked:
<app_config> <app> <name>acemdlong</name> <max_concurrent>2</max_concurrent> <gpu_versions> <gpu_usage>1</gpu_usage> <cpu_usage>2</cpu_usage> </gpu_versions> </app> <app> <name>acemdshort</name> <max_concurrent>2</max_concurrent> <gpu_versions> <gpu_usage>1.0</gpu_usage> <cpu_usage>2</cpu_usage> </gpu_versions> </app> <app> <name>QC</name> <max_concurrent>1</max_concurrent> </app> <app_version> <app_name>QC</app_name> <plan_class>mt</plan_class> <avg_ncpus>4</avg_ncpus> <cmdline>--nthreads 4</cmdline> </app_version> </app_config> This will limit the QC (quantum chemistry) app to 4 threads per task and a maximum of 1 task at a time. You can adjust to your preferences. Hope that helps. | |
ID: 48251 | Rating: 0 | rate: / Reply Quote | |
Thanks to both! | |
ID: 48252 | Rating: 0 | rate: / Reply Quote | |
I think if the CPU app goes to VBox for Windows/Linux then there will be less user support than just Linux. | |
ID: 48253 | Rating: 0 | rate: / Reply Quote | |
Even when you get the windows app going, it looks like you're still going short on the number of crunchers by more than half, based on the server status page which shows currently 821 users crunching long units in the last 24 hours, while 34 are crunching quantum chemistry. (821/34 = 24.15) | |
ID: 48254 | Rating: 0 | rate: / Reply Quote | |
Even when you get the windows app going, it looks like you're still going short on the number of crunchers by more than half, based on the server status page which shows currently 821 users crunching long units in the last 24 hours, while 34 are crunching quantum chemistry. (821/34 = 24.15) I am all in favor of GPU, but as noted on many project forums, it doesn't work for most problems. But don't write off Linux on the CPU yet. It is just in the startup phase. I have even taken my machines off until the production version is released. Once the word gets around (be sure to post a note on the BOINC forum), you will get lots of help. And CPUs are getting more cores all the time. | |
ID: 48255 | Rating: 0 | rate: / Reply Quote | |
Even when you get the windows app going, it looks like you're still going short on the number of crunchers by more than half, based on the server status page which shows currently 821 users crunching long units in the last 24 hours, while 34 are crunching quantum chemistry. (821/34 = 24.15) Oh there will be many more if there is consistent work. The work inconsistency of GPU work pushes many away. Compare the support for pogs vs duchamp. Similar projects but duchamp requires vbox | |
ID: 48256 | Rating: 0 | rate: / Reply Quote | |
I would say don't mess with a virtualbox application if it would replace the Linux application. Too many headaches. If someone is running Windows, they could easily set up their own virtualbox VM and run it under Linux with the standard app. Win-win for everyone that way. It also give the user more control over the VM. Just my thoughts on it. Also, more and more people are migrating to Windows 10 and it is the direction all new machines are following. So, might as well prepare for the future. | |
ID: 48259 | Rating: 0 | rate: / Reply Quote | |
I would say don't mess with a virtualbox application if it would replace the Linux application. Too many headaches. If someone is running Windows, they could easily set up their own virtualbox VM and run it under Linux with the standard app. Win-win for everyone that way. It also give the user more control over the VM. Just my thoughts on it. Also, more and more people are migrating to Windows 10 and it is the direction all new machines are following. So, might as well prepare for the future. My guess is that they could leave the Linux application as it is, and just add a VirtualBox application for Windows. I have had no particular problems with VBox on either Windows or Linux machines recently. I run LHC, Cosmology and sometimes others on it. I would prefer that they set it up so that I don' have to configure my own machine. All you really have to do is to first ensure that running a Virtual Machine is enabled in your BIOS. A good primer is on the Cosmology site: http://www.cosmologyathome.org/faq.php#vtx There is a much more elaborate checklist (if you need it) by Yeti on LHC: https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=4161&postid=29359#29359 After that, you just install VirtualBox and attach to the project. It is all set up from there. | |
ID: 48260 | Rating: 0 | rate: / Reply Quote | |
There is actually more to it than that. I have ran every VM project as well and have done so with a whole slew of different hardware and software setups. There is a huge reason why those projects do not get much support. LHC only has a large user base now because it merged the projects with the original Six Track project. Event still, the virtualbox applications remain less popular. Keep also in mind that these projects have problems with new releases of Virtualbox as they have right now. If I make my own VM using the latest release, it does not suffer the same. The only advantage to a vbox application is to allow the scientist to have an easier time compiling a single application. This may sound great to them, but the amount of lost time on the end user far exceeds their lost time. | |
ID: 48261 | Rating: 0 | rate: / Reply Quote | |
If you have big problems, don't do it. That is not a reason they should not offer it. | |
ID: 48262 | Rating: 0 | rate: / Reply Quote | |
I'm actually arguing for keeping the Linux version rather than replace it. Telling me to not bother because you like them isn't acceptable to me. You play it off like they run great because you had little issue with them. You can scour their forums over and over to find the average user does not agree. You are right about LHC not being in its present form as it would still be Six Track running traditional work and the others doing it in house or eventually adapting things different. Cosmology would just be down one application as well. I don't see how that is relevant. Either way. My vote is to not embrace virtualbox if it means pulling non-virtualbox work. | |
ID: 48263 | Rating: 0 | rate: / Reply Quote | |
I'm actually arguing for keeping the Linux version rather than replace it. Telling me to not bother because you like them isn't acceptable to me. You play it off like they run great because you had little issue with them. You can scour their forums over and over to find the average user does not agree. You are right about LHC not being in its present form as it would still be Six Track running traditional work and the others doing it in house or eventually adapting things different. Cosmology would just be down one application as well. I don't see how that is relevant. Either way. My vote is to not embrace virtualbox if it means pulling non-virtualbox work. I won't bother responding to fiction. | |
ID: 48264 | Rating: 0 | rate: / Reply Quote | |
Good. Just don't be delusional in the process... | |
ID: 48265 | Rating: 0 | rate: / Reply Quote | |
Also, if serious consideration is being discussed keep in mind the latest 5.2 versions of Virtualbox needs updated vbox wrappers provided. | |
ID: 48266 | Rating: 0 | rate: / Reply Quote | |
I'm actually arguing for keeping the Linux version rather than replace it. Telling me to not bother because you like them isn't acceptable to me. You play it off like they run great because you had little issue with them. You can scour their forums over and over to find the average user does not agree. You are right about LHC not being in its present form as it would still be Six Track running traditional work and the others doing it in house or eventually adapting things different. Cosmology would just be down one application as well. I don't see how that is relevant. Either way. My vote is to not embrace virtualbox if it means pulling non-virtualbox work. I agree that VBox projects/apps get much less support. That's supported by data. It's even more evident when there are competitions and people do not have VBox already setup so it will run with BOINC. They just end up running the non-VBox apps. LHC may not exist w/o VBox. Maybe they wanted to keep their stuff a secret or whatever. They could definitely get some more support if the rest of the apps were not Vbox. I received two tasks today and they both worked. Two at once as well. | |
ID: 48267 | Rating: 0 | rate: / Reply Quote | |
Multiple tasks at once are the way we intend to go for QC (consistent with your preferences of course). The idea is to limit the number of cores to 4, and the BOINC client should manage the available capacity. | |
ID: 48269 | Rating: 0 | rate: / Reply Quote | |
Multiple tasks at once are the way we intend to go for QC (consistent with your preferences of course). The idea is to limit the number of cores to 4, and the BOINC client should manage the available capacity. I wasn't at home to see them run. I just happened to nice I had two tasks on my account page. They def used more than 4 cores. Looks like a little more than 8 threads. Run time CPU Time Credit 3,745.85 30,947.64 138.80 3,501.03 30,948.79 129.71 Completed an hour apart. Another client was running some other CPU work so run time could have been better. | |
ID: 48270 | Rating: 0 | rate: / Reply Quote | |
No news about cpu wus?? | |
ID: 48333 | Rating: 0 | rate: / Reply Quote | |
No news about cpu wus?? Looks like I received some tasks today as I can see them in my tasks. None have completed yet. | |
ID: 48360 | Rating: 0 | rate: / Reply Quote | |
Discussion on these QMML wus continues in the Multicore forum... | |
ID: 48361 | Rating: 0 | rate: / Reply Quote | |
Message boards : News : New multicore app and WUs