Posts by TRuEQ & TuVaLu

\n studio-striking\n
1) Message boards : Number crunching : app_info.xml (Message 4565)
Posted 16 Feb 2013 by Profile TRuEQ & TuVaLu
Post:
I don't use dummyplug.
I use the DVI on the first card to the monitor and then on the second card i use hdmi to the monitor or to a TV.
2) Message boards : Number crunching : Moo doesn't start tasks with BM 7.0.8 (Message 2348)
Posted 21 Jan 2012 by Profile TRuEQ & TuVaLu
Post:
Isn't there any way to let moo use only 1gpu in 1BoincManager? I have 2GPU's and they get warm.


Unfortunately, not at the moment as D.net Client that we use is designed to find and use every GPU it can find on the system. However, there has been some progress lately upstream so we might be able to support normal one GPU per one task in the future.

-w



That is very good.
I look forward to it.

3) Message boards : Number crunching : Moo doesn't start tasks with BM 7.0.8 (Message 2331)
Posted 20 Jan 2012 by Profile TRuEQ & TuVaLu
Post:
Well, I made an app_info.xml that looks like this.
...
<version_num>13</version_num>
...
<api_version>7.0.11</api_version>


Looks pretty good, except version could be 103 to get the 1.3 encoded correctly. Although, it's not a big of a deal since that's pretty much used only for statisticial purposes with anonymous platforms.

API version for this application is actually 6.13.12 but I'm not entirely sure if a BOINC Client v7 likes such version. It's the major part (6 or 7) that's actually only meaningfull here as that's what BOINC Client seems to verify. It's also only used for in the client end, so whatever makes this work for your system... :)

Hmm, I wonder if this v6 vs. v7 major version is what prevents BOINC Client v7 to start these tasks. But that would mean tasks from other projects shouldn't start either.

-w




Changes 13 changed to 103

i keep the api version 7.0.11 since it works anyway :)

Isn't there any way to let moo use only 1gpu in 1BoincManager? I have 2GPU's and they get warm.
4) Message boards : Number crunching : Moo doesn't start tasks with BM 7.0.8 (Message 2317)
Posted 19 Jan 2012 by Profile TRuEQ & TuVaLu
Post:
To get moowrap to exclude a card I had to use cc_config to exclude a card, allow multiple clients, create another boinc instance and run from command line with the following:


c:\boinc\boinc -allow_multple_clients -gui_rpc_port 9999


And then user EmFER's Bionc Manager or switch between computers with the standard manager.



First task completed: http://moowrap.net/results.php?hostid=8559&offset=0&show_names=1&state=3&appid=

Ok.

I am not in to running 2 BM's at once at present....
But thank you for the tip.

I need to get that 4850card excluded since I have a slight heating problem when running Moo at both cards.

cc_config.xml and the exclude command didn't help me here.
exclude works with SETI, POEM, Albert, Milkyway, Collatz, Primegrid
5) Message boards : Number crunching : Moo doesn't start tasks with BM 7.0.8 (Message 2315)
Posted 19 Jan 2012 by Profile TRuEQ & TuVaLu
Post:
I got it to work by putting the files in the moowrap folder manually.

I also edited my app_info.xml file to this.

<app_info>
<app>
<name>dnetc</name>
<user_friendly_name>Distributed.net Client</user_friendly_name>
</app>
<file_info>
<name>dnetc_wrapper_1.3_windows_intelx86__ati14.exe</name>
<executable/>
</file_info>
<file_info>
<name>dnetc518-win32-x86-stream.exe</name>
<executable/>
</file_info>
<file_info>
<name>dnetc-gpu-1.3.ini</name>
</file_info>
<file_info>
<name>job-ati14-1.00.xml</name>
</file_info>
<app_version>
<app_name>dnetc</app_name>
<version_num>13</version_num>
<platform>windows_intelx86</platform>
<avg_ncpus>0.250</avg_ncpus>
<max_ncpus>1.0</max_ncpus>
<plan_class>ati14</plan_class>
<flops>1157115231469.729200</flops>
<api_version>7.0.11</api_version>
<file_ref>
<file_name>dnetc_wrapper_1.3_windows_intelx86__ati14.exe</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>dnetc518-win32-x86-stream.exe</file_name>
<copy_file/>
</file_ref>
<file_ref>
<file_name>dnetc-gpu-1.3.ini</file_name>
<open_name>dnetc.ini</open_name>
<copy_file/>
</file_ref>
<file_ref>
<file_name>job-ati14-1.00.xml</file_name>
<open_name>job.xml</open_name>
<copy_file/>
</file_ref>
<coproc>
<type>ATI</type>
<count>1.0</count>
</coproc>
</app_version>
</app_info>


I also use this cc_config.xml file to exclude gpu from some projects.

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
<exclude_gpu>
<url>http://albert.phys.uwm.edu</url>
<device_num>1</device_num>
</exclude_gpu>
<exclude_gpu>
<url>http://setiathome.berkeley.edu</url>
<device_num>1</device_num>
</exclude_gpu>
<exclude_gpu>
<url>http://milkyway.cs.rpi.edu/milkyway/</url>
<device_num>1</device_num>
</exclude_gpu>
<exclude_gpu>
<url>http://boinc.fzk.de/poem/</url>
<device_num>0</device_num>
</exclude_gpu>
<exclude_gpu>
<url>http://boinc.thesonntags.com/collatz/</url>
<device_num>1</device_num>
</exclude_gpu>
<exclude_gpu>
<url>http://moowrap.net/</url>
<device_num>1</device_num>
</exclude_gpu>
<report_results_immediately>1</report_results_immediately>
</options>
</cc_config>


It should make the moowrap use only gpu(0) but it uses both anyhow....
I can't find any where in moowrap preferences to exclude 1 card??!??+


The app_info.xml and the app works perfect on my mix of ATI cards 5850+4850 though
6) Message boards : Number crunching : Moo doesn't start tasks with BM 7.0.8 (Message 2313)
Posted 19 Jan 2012 by Profile TRuEQ & TuVaLu
Post:
Well, I made an app_info.xml that looks like this.

<app_info>
<app>
<name>dnetc</name>
<user_friendly_name>Distributed.net Client</user_friendly_name>
</app>
<file_info>
<name>dnetc_1.3_windows_intelx86__ati14.exe</name>
<executable/>
</file_info>
<file_info>
<name>dnetc518-win32-x86-stream.exe</name>
<executable/>
</file_info>
<file_info>
<name>dnetc-1.00.ini</name>
</file_info>
<file_info>
<name>job-ati14-1.00.xml</name>
</file_info>
<app_version>
<app_name>dnetc</app_name>
<version_num>13</version_num>
<platform>windows_intelx86</platform>
<avg_ncpus>0.250</avg_ncpus>
<max_ncpus>1.0</max_ncpus>
<plan_class>ati14</plan_class>
<flops>1157115231469.729200</flops>
<api_version>7.0.11</api_version>
<file_ref>
<file_name>dnetc_1.3_windows_intelx86__ati14.exe</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>dnetc518-win32-x86-stream.exe</file_name>
<copy_file/>
</file_ref>
<file_ref>
<file_name>dnetc-1.00.ini</file_name>
<open_name>dnetc.ini</open_name>
<copy_file/>
</file_ref>
<file_ref>
<file_name>job-ati14-1.00.xml</file_name>
<open_name>job.xml</open_name>
<copy_file/>
</file_ref>
<coproc>
<type>ATI</type>
<count>1.0</count>
</coproc>
</app_version>
</app_info>

I tried to get the version numbers right from 1.02 to 1.3
I am not sure that it is correct written.
Starting up BM and woooops ....,all the files where gone except from the app.info.xml file.
Of course I should have made a backup.

Oki, I remove the app_info.xml file and try to reset the project to get back the missing files.
No luck.

I detach and reattach and hope the files will be downloaded again.
No luck.
Getting stuck in server backoffs for 2mins in every move I make....

I will try attach again......Hopefully I will get the files....

WORKED!!!

Now I will try get the files backedup and see if I can get this to work....
7) Message boards : Number crunching : Moo doesn't start tasks with BM 7.0.8 (Message 2253)
Posted 16 Jan 2012 by Profile TRuEQ & TuVaLu
Post:
I resumed Moo yesterday and I got 2 tasks that said "ready to start" in BM
But no matter what I did I couldn't get them to start....

What do I do wrong??

All other projects works with my ATI card
8) Message boards : Number crunching : Big issue with HD5870 !! (Message 1460)
Posted 20 Nov 2011 by Profile TRuEQ & TuVaLu
Post:
I use Catalyst 11.9 suite with my 5850 and The biggest problem I see Is GPU temperature...

Setting is 850 and memory 1100 with a max temperature of 74 degrees Celsius.

I have read a few things about ATI and drivers and other problems.

They might be worth trying...

1. disable SLI-capability
2. drivers 11.2, 11.3 maybe 11.4 and driver 11.9 works for me....uninstall old drivers first, then reboot, then install new drivers.
3. Use 2monitors, 1 on each cards RGB connector, or a hdmi to rgb adapter on one card and plug it into a TV-set or monitor that is on. I don't think The TV needs to be in HDMI mode, just keep the TV on so that HDMI can communicate.

4. download gpu-z from www.download.com or msi afterburner mentioned in the thread above.





 
Copyright © 2011-2024 Moo! Wrapper Project