Welcome to MilkyWay@home

exactly what url to use in cc_config.xml?

Message boards : Number crunching : exactly what url to use in cc_config.xml?
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Joseph Stateson
Avatar

Send message
Joined: 18 Nov 08
Posts: 291
Credit: 2,461,693,501
RAC: 0
Message 66975 - Posted: 19 Jan 2018, 5:36:12 UTC
Last modified: 19 Jan 2018, 5:38:26 UTC

I used the one I as told to use but it didnt work

    cc_config.xml: bad URL in GPU exclusion: http://milkyway.cs.rpi.edu/milkyway/
    This project is using an old URL. When convenient, remove the project, then add http://milkyway.cs.rpi.edu/milkyway/



what I tried is as follows:


    <exclude_gpu>
    <url>milkyway.cs.rpi.edu/milkyway/</url>
    <device_num>1</device_num>
    <type>NVIDIA</type>
    </exclude_gpu>



Thanks for looking!

ID: 66975 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 8 May 09
Posts: 3319
Credit: 520,291,639
RAC: 19,947
Message 66977 - Posted: 19 Jan 2018, 11:41:37 UTC - in response to Message 66975.  

I used the one I as told to use but it didnt work

    cc_config.xml: bad URL in GPU exclusion: http://milkyway.cs.rpi.edu/milkyway/
    This project is using an old URL. When convenient, remove the project, then add http://milkyway.cs.rpi.edu/milkyway/



what I tried is as follows:


    <exclude_gpu>
    <url>milkyway.cs.rpi.edu/milkyway/</url>
    <device_num>1</device_num>
    <type>NVIDIA</type>
    </exclude_gpu>



Thanks for looking!



Like this:

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
<exclude_gpu>
<url>http://milkyway.cs.rpi.edu/milkyway/</url>
<device_num>1</device_num>
</exclude_gpu>
</options>
</cc_config>

If you are using <device_num> you do NOT need the <nvidia> part too, you would only use that if you had for example an ATI and an Nvidia gpu and wanted to exclude them that way instead. Then you could use the part of this line that you needed:
[<type>NVIDIA|ATI|intel_gpu</type>]
and skip the <device_num> line.
ID: 66977 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Joseph Stateson
Avatar

Send message
Joined: 18 Nov 08
Posts: 291
Credit: 2,461,693,501
RAC: 0
Message 66980 - Posted: 19 Jan 2018, 21:21:20 UTC - in response to Message 66977.  

I had to use https, not http

not sure what is going on but it is working now


    <exclude_gpu>
    <url>https://milkyway.cs.rpi.edu/milkyway/</url>
    <device_num>0</device_num>
    </exclude_gpu>
    <exclude_gpu>
    <url>http://einstein.phys.uwm.edu/</url>
    <device_num>1</device_num>
    </exclude_gpu>



What is even stranger it that on one of my systems einstein.phys.uwm.edu does not work. Instead I need to use einsteinathome.org. I detached and re-attached and still got that einsteinathome.org. My other systems have the correct phys.uwm.edu address. I will ask over at einstein about this.

ID: 66980 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile mikey
Avatar

Send message
Joined: 8 May 09
Posts: 3319
Credit: 520,291,639
RAC: 19,947
Message 66981 - Posted: 20 Jan 2018, 12:44:05 UTC - in response to Message 66980.  
Last modified: 20 Jan 2018, 13:04:32 UTC

I had to use https, not http

not sure what is going on but it is working now


    <exclude_gpu>
    <url>https://milkyway.cs.rpi.edu/milkyway/</url>
    <device_num>0</device_num>
    </exclude_gpu>
    <exclude_gpu>
    <url>http://einstein.phys.uwm.edu/</url>
    <device_num>1</device_num>
    </exclude_gpu>



What is even stranger it that on one of my systems einstein.phys.uwm.edu does not work. Instead I need to use einsteinathome.org. I detached and re-attached and still got that einsteinathome.org. My other systems have the correct phys.uwm.edu address. I will ask over at einstein about this.



I will make a note of the https...thanks! I'm glad it's working.
ID: 66981 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : exactly what url to use in cc_config.xml?

©2024 Astroinformatics Group