Posts by LiLChris

1) Message boards : The Lounge : AndroBOINC - The BOINC Manager for Android phones (Message 35894)
Posted 27 Nov 2010 by LiLChris
Post:
Thanks for doing this for the community, any chance you can get this working on the iPhone?

2) Message boards : BOINC Manager : My Wish List - part 3. (Message 35583)
Posted 2 Nov 2010 by LiLChris
Post:
I would like an option to select which projects my GPUs run.
Currently using this config to get all my GPUs working.
<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>


For example my GTX 480 I always want it to run Collatz and my 9800gtx+ always running DNETC without a chance of it changing.


Have not found a solution to this yet, I was trying to get two BOINC Managers with different configs using this -
<ignore_cuda_dev>0</ignore_cuda_dev>

But did not find a way of getting that to work.



So if something like this could please be added to the GUI or possible by editing config files. Thank you.
3) Message boards : Questions and problems : 1 Task per GPU (Message 35005)
Posted 29 Sep 2010 by LiLChris
Post:
I didn't thats why I am asking if there is a way to do it, hence this being a question. :p

Is there a method to dedicate 1 task per GPU?

Specifically DNETC likes to use 2 GPUs for 1 tasks, but there is other reasons why I am looking for a solution to this.

I'm open to suggestions.
4) Message boards : Questions and problems : 1 Task per GPU (Message 35002)
Posted 28 Sep 2010 by LiLChris
Post:
Ok so I have spent a few days trying to figure it out but have no luck.
What I thought of doing was running 2 instances of BOINC clients with seperate directories.


1st Client dedicating 1st slotted GPU towards Collatz.
<cc_config>
<options>
<data_dir>FIRST CLIENT LOCATION</data_dir>
<use_all_gpus>1</use_all_gpus>
<ignore_cuda_dev>1</ignore_cuda_dev>
</options>
</cc_config>


2nd Client dedicating 2nd slotted GPU towards DNETC.
<cc_config>
<options>
<data_dir>SECOND CLIENT LOCATION</data_dir>
<use_all_gpus>1</use_all_gpus>
<ignore_cuda_dev>0</ignore_cuda_dev>
</options>
</cc_config>



How would I get something like this to work?

Also looked into changing the "app_info.xml" but nothing worked the way I wanted to.

Is there an easier method, if so please point me to the right direction.

Thank you. :)




Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.