Advanced search

Message boards : Number crunching : Version 6.13.1 option sorry for my german

Author Message
Rantanplan
Send message
Joined: 22 Jul 11
Posts: 166
Credit: 138,629,987
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21823 - Posted: 11 Aug 2011 | 3:49:43 UTC

Hallo, hab nicht so viel Ahnung vom Programmieren und kanns auch schlecht

umschreiben.

Hab hier für den BOINC Client eine Konfig-Datei erstellt: cc_config.xml

Inhalt:

<cc_config>
<log_flags>
</log_flags>
<options>
<use_all_gpus>1</use_all_gpus>
<report_results_immediately>1</report_results_immediately>
<exclude_gpu>
<url>http://www.gpugrid.net</url>
<device_num>1</device_num>
<type>nvidia</type>
</exclude_gpu>
</options>
</cc_config>

----------------

Ich wollte daß bei einem bestimmten Projekt die zweite Grafikkarte nicht für

GPUGRID verwendet wird, der bringt immer einen Berechnungsfehler und das Workunit ist verloren und muss neu downgeloadet werden. Was mache ich nur falsch.

Boinc CLient Version 6.13.1

Kann mir jemand helfen ?

Gruß

Rantanplan
Send message
Joined: 22 Jul 11
Posts: 166
Credit: 138,629,987
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21824 - Posted: 11 Aug 2011 | 5:41:55 UTC - in response to Message 21823.

Still can´t exclude GPU no.1 (0/1) from GPU Grid.

Tryed this:

<cc_config>
<log_flags>
</log_flags>
<options>
<use_all_gpus>1</use_all_gpus>
<exclude_gpu>
<url>http://www.gpugrid.net</url>
<device_num>1</device_num>
<type>nvidia</type>
<app>acemdlong_6.15_windows_intelx86__cuda31</app>
</exclude_gpu>
<exclude_gpu>
<url>http://www.gpugrid.net</url>
<device_num>1</device_num>
<type>nvidia</type>
<app>acemd2_6.15_windows_intelx86__cuda31</app>
</exclude_gpu>

</options>
</cc_config>

What do I wrong ? PLZ Help !

Dagorath
Send message
Joined: 16 Mar 11
Posts: 509
Credit: 179,005,236
RAC: 0
Level
Ile
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21825 - Posted: 11 Aug 2011 | 9:55:08 UTC - in response to Message 21824.

You have only 1 GPU on your computer so it is named "GPU 0". So instead of "<device_num>1</device_num>" you should use "<device_num>0</device_num>", I think.

Rantanplan
Send message
Joined: 22 Jul 11
Posts: 166
Credit: 138,629,987
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21826 - Posted: 11 Aug 2011 | 10:53:15 UTC - in response to Message 21825.

nope, got a tripple SLI Board.

GPU1 is 8600 GT (slow) if it runs for gpugrid wu fails
GPU0 ist 460GTX (run on gpugrid allmost perfect)

any ideas ?

Rantanplan
Send message
Joined: 22 Jul 11
Posts: 166
Credit: 138,629,987
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21827 - Posted: 11 Aug 2011 | 10:55:42 UTC - in response to Message 21826.
Last modified: 11 Aug 2011 | 10:56:12 UTC

I think I got the wrong appnames to stop computing the 8600GT from gpugrid.

MarkJ
Volunteer moderator
Volunteer tester
Send message
Joined: 24 Dec 08
Posts: 738
Credit: 200,909,904
RAC: 0
Level
Leu
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21828 - Posted: 11 Aug 2011 | 12:02:08 UTC

You don't have to specify the app, you can just give the project URL and then the GPU is excluded from GPUgrid all together.

Having said that it doesn't work anyway. We are waiting on another build. 6.13.2 or later may fix it.
____________
BOINC blog

Profile skgiven
Volunteer moderator
Volunteer tester
Avatar
Send message
Joined: 23 Apr 09
Posts: 3968
Credit: 1,995,359,260
RAC: 0
Level
His
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21830 - Posted: 11 Aug 2011 | 17:13:30 UTC - in response to Message 21828.

I think Boinc 6.10.x only used the most powerful GPU by default.
So if you just want to use your GTX460 and not use the 8600 card at all, for any project, then uninstall Boinc and all associated files, and do a clean install of 6.10.x. That way your system would only use the more powerful GTX460.

On the other hand if you are trying to use the 8600 elsewhere, as well as the GTX460 here, you can't; <use_all_gpus>1</use_all_gpus> is either yes or no (1 or 0). As it's a cc_config file it applies to all projects, and as MarkJ said <exclude_gpu> does not work.

    <exclude_gpu>
    <url>project_URL</url> &/or <app>appname</app>
    <device_num>N</device_num>
    </exclude_gpu>


Profile Krunchin-Keith [USA]
Avatar
Send message
Joined: 17 May 07
Posts: 512
Credit: 111,288,061
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21832 - Posted: 13 Aug 2011 | 15:22:27 UTC

Actually he does not need to go backwards in boinc version

What you want is the ignore gpu function. Replace 9 with the device number 0,1,2,etc as reported in boinc manager.

<ignore_ati_dev>9</ignore_ati_dev>
<!-- ignore (don't use) a specific ATI GPU. You can ignore more than one. -->
<!-- New in 6.10.19 -->

<ignore_nvidia_dev>9</ignore_nvidia_dev>
<!-- ignore (don't use) a specific NVIDIA GPU. You can ignore more than one. -->
<!-- New in 6.10.19 -->

That is the best you can do now, or just stop running GPUgrid altogether until the exclude_gpu function is finished and run all your gpus on another project that supports all your gpus fast and slow.

The new exclude_gpu function is not working yet as MarkJ pointed out, it MAY be working in 6.13.2 which has not been released nor tested yet.

In future versions, when this new function is working, you will be able to still run a project, like gpugrid on your fast gpu, but exclude it from your slower gpu but still allowing the slower gpu to krunch and run other projects it is capable of.

Rantanplan
Send message
Joined: 22 Jul 11
Posts: 166
Credit: 138,629,987
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21861 - Posted: 20 Aug 2011 | 19:44:16 UTC - in response to Message 21832.

So i tried to exclude the gpu by apps names, it don´t work.

I deciede to remove the GPU from the pc.

Seeya ,thx.

Profile skgiven
Volunteer moderator
Volunteer tester
Avatar
Send message
Joined: 23 Apr 09
Posts: 3968
Credit: 1,995,359,260
RAC: 0
Level
His
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21862 - Posted: 20 Aug 2011 | 19:52:32 UTC - in response to Message 21861.

I deciede to remove the GPU from the pc.

Which GPU did you remove, your GTX460 or your 8600?

Rantanplan
Send message
Joined: 22 Jul 11
Posts: 166
Credit: 138,629,987
RAC: 0
Level
Cys
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 21887 - Posted: 24 Aug 2011 | 16:49:47 UTC - in response to Message 21862.

The slower one.

Post to thread

Message boards : Number crunching : Version 6.13.1 option sorry for my german

//