Optimize your GPU. Find the value the easy way. |
![]() |
| log in |
Message boards : Number crunching : Optimize your GPU. Find the value the easy way.
Previous · 1 . . . 7 · 8 · 9 · 10 · 11 · 12 · 13 · Next
| Author | Message |
|---|---|
|
| |
| ID: 1282725 · | |
|
About ten days of crunching 3 wu per GPU. One Gtx 470 and one gtx 670. | |
| ID: 1283402 · | |
About ten days of crunching 3 wu per GPU. One Gtx 470 and one gtx 670. From your daily numbers I would guesstimate somewhere between high 40K to low/mid 50K range. ____________ SETI@home classic workunits: 93,865 CPU time: 863,447 hours Join the BP6/VP6 User Group today! | |
| ID: 1283435 · | |
|
Ran the old test, worked fine....now with a new video card to test I get this: | |
| ID: 1284099 · | |
|
| |
| ID: 1284113 · | |
|
Using: 306.23 | |
| ID: 1284146 · | |
Ran the old test, worked fine....now with a new video card to test I get this: "Try to put it NOT in C:\Program Files\" Starting automatic test: (x41g) 15 September 2012 - 20:02:25 Start, devices: 1, device count: 1 (1.00) ERROR: Unable to copy from: C:\Video card test software\x41g\ to: C:\Users\Jim\AppData\Roaming\eFMer\SetiPerformance, slot: 0 Aborted Any other advice? ____________ | |
| ID: 1284310 · | |
Ran the old test, worked fine....now with a new video card to test I get this: It's the spaces that are killing you. Stop putting it under directories with spaces in the name. ____________ Donate with your searches and online buys: http://www.goodsearch.com/toolbar/university-of-california-setihome | |
| ID: 1284443 · | |
It's the spaces that are killing you Very probably spaces are the problem. My corresponding path have no spaces: J:\Data.All\Downloads.Bit\Software\Science\Test\Bench\SetiPerformance_32_64_1_3__ATI-added-by-BilBg\zip\x41g\ Obviously this tool don't like spaces (in config.xml instead of Space it needs the corresponding hex ASCII %20):
<data>
<name>x41z%2064%20bit%20cuda%2042</name>
<folder>x41z_64_cuda42</folder>
<exe>Lunatics_x41z_win32_cuda42.exe</exe>
<parameter>%20--device%20%device</parameter>
</data>
____________ - ALF - "Find out what you don't do well ..... then don't do it!" :) | |
| ID: 1284658 · | |
1) Positions should be stored almost at once. But on exit it's best to use use Start->Shutdown. Pressing the power button may cause Windows to force a quick power down. And this means some parts of the registry aren't stored. 2) The graph starts at the beginning of the text. Or you can choose "Run continuously" In the xml file you can adjust the colors, use the Read xml button for instant results. 3)Is intended for some cards that run out of memory, as you set the value, you should be able to remember it. Or add it to the task name 4)?? You can adjust the width of the window. 5) The log will be added to 1.4 6) No problem 7)OK 8)The number of slots is unlimited, it depends on the devices / count. ____________ TThrottle Control your temperatures. BoincTasks The best way to view BOINC. Anza Borrego Desert hiking. | |
| ID: 1287021 · | |
Doesn't write anything. stderr.txt and result.sah are not updated. Is there a parameter to force check pointing? ____________ TThrottle Control your temperatures. BoincTasks The best way to view BOINC. Anza Borrego Desert hiking. | |
| ID: 1287025 · | |
I mean I just exit the program (SetiPerformance), not Windows. Several times I started SetiPerformance, moved the 2 windows around, exit SetiPerformance. Start again SetiPerformance - the 2 windows appear at the center of screen (the graph behind the main), not where I moved them before. Only after I Resized+Moved them the new position was saved. (all this was done in XP 32-bit) For testing/reproducing this: probably 'a new install behaviour' (reset window to default size/position) can be simulated by deleting the values from: HKEY_CURRENT_USER\Software\eFMer\SetiPerformance\window_position 2) The graph starts at the beginning of the text. Yes, I choose "Run continuously" and changed the colors (at the time of my tests ~12 Sep 2012) (e.g. the color of text/clock visibly changed) - no graph appear that I can see. I still don't know what the graph window is supposed to show? GPU load? GPU temp? 3)Is intended for some cards that run out of memory, as you set the value, you should be able to remember it. Or add it to the task name But is <maxAutoCount>3</maxAutoCount> zero-based? I mean if you want max 3 tasks/GPU to be tested which of these to use?: <maxAutoCount>2</maxAutoCount> <maxAutoCount>3</maxAutoCount> I used <maxAutoCount>3</maxAutoCount> and max 4 tasks was run (look my ATI AP log) 8)The number of slots is unlimited, it depends on the devices / count. I mean - how to show progress (of many running tasks) in the interface It will be hard to fit 256 but maybe 8-16 will be easier. You can possibly use 1 pixel horizontal lines or similar? ____________ - ALF - "Find out what you don't do well ..... then don't do it!" :) | |
| ID: 1287317 · | |
I monitored manually: <prog>0.xxxxx</prog> in state.sah (for MB) <fraction_done>0.yyyyy</fraction_done> in pulse.out* (for AP) The 0.xxxxx and 0.yyyyy change once per several minutes. Look the saved files in SetiPerformance_32_64_1_3__ATI-added-by-BilBg.7z: ...\SetiPerformance_32_64_1_3__ATI-added-by-BilBg\zip\_TEMP_\txt MB\ state MB 1.sah : <prog>0.29107451</prog> state MB 2.sah : <prog>0.60192638</prog> ...\SetiPerformance_32_64_1_3__ATI-added-by-BilBg\zip\_TEMP_\txt AP\ pulse Y.out1 : <fraction_done>0.222222</fraction_done> pulse Z.out : <fraction_done>0.333333</fraction_done> pulse.out : <fraction_done>0.888889</fraction_done> About 'parameter to force check pointing' I don't know, Jason and Raistmer should know. ____________ - ALF - "Find out what you don't do well ..... then don't do it!" :) | |
| ID: 1287319 · | |
OK. I found how to make apps checkpoint every 20 sec: From some of BOINC slots copy file init_data.xml Edit the copy to leave only this content:
<app_init_data>
<checkpoint_period>20.000000</checkpoint_period>
</app_init_data>
Put this small init_data.xml in all app dirs used by SetiPerformance (e.g. x41g, I used my ATI dirs) For MB (MB6_win_x86_SSE3_OpenCL_ATi_HD5_r390) it really updates state.sah every 20 sec. For AP (AP6_win_x86_SSE2_OpenCL_ATI_r1316) it updates pulse.out* at the first moment possible (+0.111111 per update) - for my GPU it takes 1:25 between updates. (pulse.out* means any (last modified) of pulse.out pulse.out0 pulse.out1 pulse.out2 files) ____________ - ALF - "Find out what you don't do well ..... then don't do it!" :) | |
| ID: 1287331 · | |
I still don't know what the graph window is supposed to show? GPU load? GPU temp? Hi Bill! I've only tried the tool once and I think I used version 1.2 but yes, the graph was most definately showing GPU load (only) in that version. | |
| ID: 1287361 · | |
|
OK: | |
| ID: 1287379 · | |
|
V 1.4 | |
| ID: 1287631 · | |
|
| |
| ID: 1287852 · | |
|
| |
| ID: 1287868 · | |
|
I've been running V1.4 for 24 hours now!:D Are these "real" WUs? Or am I doing something wrong? I chose: | |
| ID: 1287928 · | |
Message boards : Number crunching : Optimize your GPU. Find the value the easy way.
| Copyright © 2013 University of California |