Welcome to MilkyWay@home

Permanent HTTP Error

Message boards : Number crunching : Permanent HTTP Error
Message board moderation

To post messages, you must log in.

AuthorMessage
CElliott

Send message
Joined: 27 Jun 09
Posts: 5
Credit: 197,206,958
RAC: 29,752
Message 77288 - Posted: 26 Nov 2024, 13:44:52 UTC

Why isn't there a problems message category?

From the BOINC log:
DivMgr

59 Milkyway@home 11/26/2024 7:58:50 AM URL http://milkyway.cs.rpi.edu/milkyway/; Computer ID 962997; resource share 90000
60 11/26/2024 7:58:50 AM Setting up GUI RPC socket
61 11/26/2024 7:58:50 AM Checking presence of 432 project files
62 Milkyway@home 11/26/2024 7:58:50 AM Resetting file projects/milkyway.cs.rpi.edu_milkyway/milkyway_nbody_1.87_windows_x86_64__mt.exe: permanent HTTP error
63 Milkyway@home 11/26/2024 7:58:52 AM Started download of milkyway_nbody_1.87_windows_x86_64__mt.exe
64 Milkyway@home 11/26/2024 7:58:53 AM Giving up on download of milkyway_nbody_1.87_windows_x86_64__mt.exe: permanent HTTP error

Would Milkyway please provide an app_config.xml file and use it to determine the number of threads to schedule, instead of using <ncpus>N</ncpus> in cc_config.xml? If one wants to run two projects simultaneously, one on the GPUs and Milkyway@home on the CPUs, Milkyway@home locks out the GPU tasks since they do require some CPU time, and BOINC thinks all the CPUs are taken.

Multi-threaded apps are significantly affected by the number of threads scheduled, perhaps due to cache thrashing. Would Milkyway please consider tuning logic such as this pseudocode:

bestPregressTime = 0
startProgress = record client progress
For cpus = 1; cpus <= <ncpus>N</ncpus>; ++cpus
Do for testTime minutes
run client with cpus threads
End Do
endProgress = record client progress
if( (endProgress -startProgress) > bestPregressTime),
bestPregressTime = (endProgress -startProgress);
bestNCpus = cpus;
End if
End For
Schedule bestNCpus threads

If the Milkyway client has multiple stages, code like the above could be executed for each stage, to develop an app profile, so-to-speak.
ID: 77288 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Link
Avatar

Send message
Joined: 19 Jul 10
Posts: 650
Credit: 19,514,602
RAC: 1,042
Message 77290 - Posted: 26 Nov 2024, 14:56:55 UTC - in response to Message 77288.  

Would Milkyway please provide an app_config.xml file and use it to determine the number of threads to schedule, instead of using <ncpus>N</ncpus> in cc_config.xml? If one wants to run two projects simultaneously, one on the GPUs and Milkyway@home on the CPUs, Milkyway@home locks out the GPU tasks since they do require some CPU time, and BOINC thinks all the CPUs are taken.
You can set the number of threads per task in your MilkyWay@home preferences, no app_info.xml necessary and ncpus in cc_config.xml should not be used for that anyway.

I have no idea on why you can't download the executable, perhaps detach and reattach once you removed ncpus from cc_config and restarted your BOINC client to clean up everything.
ID: 77290 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : Permanent HTTP Error

©2025 Astroinformatics Group