.vlar WUs to NVIDIA GPUs (Problem Solved) |
![]() |
| log in |
Message boards : Number crunching : .vlar WUs to NVIDIA GPUs (Problem Solved)
Previous · 1 · 2 · 3 · 4 · 5 · Next
| Author | Message |
|---|---|
Hmmm. My recipe worked very nicely while I only had a few VLARs, and they'd all arrived in a neat contiguous block. But now I've got a boatload more, and they're all dotted around individually in ones and twos. 1. If you don't have it yet, download and install Notepad++, install it with plugins (specially TextFX). 2. Use the replace feature in regular expression mode, as search string use <result>\r\n<name>.{20,35}vlar_.</name>\r\n<final_cpu_time>0.000000</final_cpu_time>\r\n<final_elapsed_time>0.000000</final_elapsed_time>\r\n<exit_status>0</exit_status>\r\n<state>2</state>\r\n<platform>windows_intelx86</platform>\r\n<version_num>610</version_num>\r\n<plan_class>cuda_fermi</plan_class>\r\n<wu_name>.{20,35}</wu_name>\r\n<report.{30,40}deadline>\r\n<received.{30,40}time>\r\n<file_ref>\r\n<file.{40,60}name>\r\n<open.{15,30}name>\r\n</file_ref>\r\n</result>\r\n replace with nothing. Use that carefully, I didn't test it very much, it finds your example and I hope the wildcards are OK to work with all possible WU names... it *should* work, but consider it alpha. If you want some more information about the regular expresions, you can find it here. Or if something doesn't work as it should, just ask and post it together with the result, where it didn't work. ____________ . | |
| ID: 1269229 · | |
|
Thanks. Didn't work exactly as posted, because the xml file is indented (four space characters per tag level), but brute force soon cured that. Anyone know the RegExp for 'arbitrary white space'? (like M$ Word's ^w) | |
| ID: 1269236 · | |
Thanks. Didn't work exactly as posted, because the xml file is indented (four space characters per tag level), but brute force soon cured that. Anyone know the RegExp for 'arbitrary white space'? (like M$ Word's ^w) \s -> Match any whitespace character (more on http://www.codeproject.com/Articles/9099/The-30-Minute-Regex-Tutorial) ____________ | |
| ID: 1269242 · | |
Thanks. Didn't work exactly as posted, because the xml file is indented (four space characters per tag level), but brute force soon cured that. Anyone know the RegExp for 'arbitrary white space'? (like M$ Word's ^w) Well, use either \s{4} for to replace those 4 spaces or simply 4 "normal" spaces (which make it IMO better readable in case you need to adjust something). There are two lines with 8 spaces in it according to my client_state, there you would use \s{8}. So the proper search string would be: <result>\r\n <name>.{20,35}vlar_.</name>\r\n <final_cpu_time>0.000000</final_cpu_time>\r\n <final_elapsed_time>0.000000</final_elapsed_time>\r\n <exit_status>0</exit_status>\r\n <state>2</state>\r\n <platform>windows_intelx86</platform>\r\n <version_num>610</version_num>\r\n <plan_class>cuda_fermi</plan_class>\r\n <wu_name>.{20,35}</wu_name>\r\n <report.{30,40}deadline>\r\n <received.{30,40}time>\r\n <file_ref>\r\n <file.{40,60}name>\r\n <open.{15,30}name>\r\n </file_ref>\r\n</result>\r\n But that's more just something to start with, I don't know if that's something only for CPUs, but I have for example a fpops_cumulative tag (and of course no plan_class and windows_x86_64 as platform). So others might have some other tags or values in there as well. ____________ . | |
| ID: 1269249 · | |
I noticed that Eric (or someone) added a "Use ATI GPU" preference to the project preference page, probably for the new AP - for - ATI application. I don't have an ATI GPU, but it was set to on. I turned it off and haven't got a VLAR for Nvidia on the last 5 successful gpu work requests. Ive changed the settings to disable ATI GPUs and Ive not received any more vlars for GPUs... (Sadly, Ive not received vlars neither for CPU, so I cant know if the change made the trick or it is just that there are no vlars available to send...) ____________ | |
| ID: 1269251 · | |
Thanks. Didn't work exactly as posted, because the xml file is indented (four space characters per tag level), but brute force soon cured that. Anyone know the RegExp for 'arbitrary white space'? (like M$ Word's ^w) Well, the "four literal typed spaces" was the brute force approach that confirmed that it was the indenting which caused the problem. Looking at Horacio's tutorial, example (20) suggests \s* might do the trick. I'll work on it some more in the morning - I think I have enough non-VLAR CUDA tasks to last me until then. | |
| ID: 1269266 · | |
Looking at Horacio's tutorial, example (20) suggests \s* might do the trick. I'll work on it some more in the morning - I think I have enough non-VLAR CUDA tasks to last me until then. Yeah, that seems to work too and you don't need to care anymore, how many spaces there are. ____________ . | |
| ID: 1269370 · | |
|
My GTX5xx Fermi cards seem to handle the vlar's fairly well at around 3x the time they need for a midrange task. | |
| ID: 1269386 · | |
Looking at Horacio's tutorial, example (20) suggests \s* might do the trick. I'll work on it some more in the morning - I think I have enough non-VLAR CUDA tasks to last me until then. Yes, it worked a treat here too (after a suitable safety margin of coffee had been administered). Many thanks for the help. We don't know for certain whether the scheduler has been re-fixed to prevent VLARs being sent to NVidia cards again, unless Sutaru has had any more emails from staff? But I've not seen any new ones on any of my hosts since yesterday afternoon. | |
| ID: 1269419 · | |
|
As far as I know, Eric know the problem and will fix it. | |
| ID: 1269506 · | |
Looking at Horacio's tutorial, example (20) suggests \s* might do the trick. I'll work on it some more in the morning - I think I have enough non-VLAR CUDA tasks to last me until then. I haven't seen VLARs (610) for ATI GPUs lately, only a lot of ~0.4 AR WUs. Just got a few VLARs on the GPUs. As a result, AMD/ATI GPU aren't also getting vlars? OFF TOPIC And a difference between BOINC 6.12.34 and BOINC 7.0.28/31, it reports twice the Peak FLOPS on GPUs, atleast on my HD5870, 5440GFLOPS per GPU, was 2720GFLOPS per GPU! ____________ Knight Who Says Ni N!, OUT numbered................. | |
| ID: 1269556 · | |
|
| |
| ID: 1269580 · | |
|
I got EMail from Eric. | |
| ID: 1269604 · | |
|
I just found 28jl10ab.20418.294615.5.10.228.vlar on one of mine. | |
| ID: 1269613 · | |
|
Eric was informed, he will look why this still happen. | |
| ID: 1269632 · | |
|
Eric put on a new scheduler at 21:55 UTC. | |
| ID: 1269711 · | |
|
@Fred I haven't seen VLARs (610) for ATI GPUs lately, only a lot of ~0.4 AR WUs. I am still getting VLARs on ATI, I think that part is working as normal, i dont think there are many to have today :( 09/08/2012 21:21:08 {utc} Finished download of 21fe12ac.8763.24647.8.10.168.vlar | |
| ID: 1269724 · | |
|
:-( | |
| ID: 1269774 · | |
@Fred .vlar WUs are OK for CPUs and AMD/ATI GPUs. NVIDIA GPUs have problems with this kind of WUs. * Best regards! :-) * Sutaru Tsureku, team seti.international founder. * Optimize your PC for higher RAC. * SETI@home needs your help. * ____________ >Das Deutsche Cafe. The German Cafe.< | |
| ID: 1269776 · | |
|
I didn't check all my pc's but this one is now downloading 5 vlar tasks for the Fermi_GPU. The request for tasks is from 9:43 CET. | |
| ID: 1269909 · | |
Message boards : Number crunching : .vlar WUs to NVIDIA GPUs (Problem Solved)
| Copyright © 2013 University of California |