log in |
Message boards : Number crunching : Trial Factoring
Previous · 1 . . . 18 · 19 · 20 · 21 · 22 · 23 · Next
Author | Message |
---|---|
We have moved to the GPU72 project to cleanup some smaller ranges, the latest batch is from 69-70bit in the 11.0-14.9M range, the runtime is around 23min on a RT5500XT, next stop is 70-71bit which was loaded before (20k tests). | |
ID: 7830 · Rating: 0 · rate: / Reply Quote | |
batch TF_69-70_4.4-6.9M should be TF_70-71_4.4-6.9M = 20k credits = 2h runtime (RT5500XT) | |
ID: 7843 · Rating: 0 · rate: / Reply Quote | |
4 new batches loaded: | |
ID: 7863 · Rating: 0 · rate: / Reply Quote | |
New upcoming batches (the last range is in progress): | |
ID: 7903 · Rating: 0 · rate: / Reply Quote | |
After the rest of the GPU72 cleanup is done we are working further on the 73-74bit 140-142M range. | |
ID: 7972 · Rating: 0 · rate: / Reply Quote | |
How do you fix this Error? | |
ID: 8119 · Rating: 0 · rate: / Reply Quote | |
How do you fix this Error? https://srbase.my-firewall.org/sr5/forum_thread.php?id=6&postid=5765 I prefer 410.x to 455.x for CUDA 10/11, the 2080 doesnt run on newer CUDA versions | |
ID: 8122 · Rating: 0 · rate: / Reply Quote | |
How do you fix this Error? Thanks, That is odd only because my other hosts are running them fine on 511.09 OpenCL: 3.0/ 2080 https://srbase.my-firewall.org/sr5/show_host_detail.php?hostid=217357 3090 [/url]https://srbase.my-firewall.org/sr5/show_host_detail.php?hostid=217218[url] I will change drivers and see what gives ____________ Crunching@EVGA The Number One Team in the BOINC Community. Folding@EVGA The Number One Team in the Folding@Home Community. | |
ID: 8133 · Rating: 0 · rate: / Reply Quote | |
That is strange, you got the right app but there must be something different, maybe something missing in cc_config | |
ID: 8134 · Rating: 0 · rate: / Reply Quote | |
That is strange, you got the right app but there must be something different, maybe something missing in cc_config It is, the cc files are all the same, I am now going back to an Old Driver. But I do not see 455, So going back it not so simple after all. Maybe time to update the Application to a driver that is at least in the last 6 Months. NVIDIA Studio Driver WHQL 472.84 December 13, 2021 NVIDIA Studio Driver WHQL 472.47 November 10, 2021 NVIDIA Studio Driver WHQL 472.39 October 26, 2021 NVIDIA Studio Driver WHQL 472.12 September 20, 2021 NVIDIA Studio Driver WHQL 471.68 August 10, 2021 NVIDIA Studio Driver WHQL 471.41 July 19, 2021 NVIDIA Studio Driver WHQL 471.11 June 23, 2021 NVIDIA Studio Driver WHQL 462.59 May 11, 2021 NVIDIA Studio Driver WHQL 462.31 April 14, 2021 NVIDIA Studio Driver WHQL 461.92 March 17, 2021 NVIDIA Studio Driver WHQL 461.72 February 25, 2021 NVIDIA Studio Driver WHQL 461.40 January 26, 2021 NVIDIA Studio Driver WHQL 460.89 December 15, 2020 NVIDIA Studio Driver WHQL 457.30 November 17, 2020 NVIDIA Studio Driver WHQL 456.71 October 20, 2020 NVIDIA Studio Driver WHQL 456.38 September 17, 2020 NVIDIA Studio Driver WHQL 452.06 August 18, 2020 NVIDIA Studio Driver WHQL 451.77 July 16, 2020 NVIDIA Studio Driver WHQL 451.48 June 24, 2020 NVIDIA Studio Driver WHQL 442.92 April 16, 2020 Here is one for the record books; I was cleaning up the old driver and I start by removing the NVIDIA Audio Driver and restarting the computer, well I tested TF and lo and behold it is now running..... https://srbase.my-firewall.org/sr5/show_host_detail.php?hostid=1985 https://srbase.my-firewall.org/sr5/results.php?hostid=1985&offset=0&show_names=0&state=4&appid=20 So I never really use this Audio Driver so I guess I will stop installing it. | |
ID: 8136 · Rating: 0 · rate: / Reply Quote | |
I'm getting that "absent file" error on some WUs and they end up throwing Computation Error. 10/25/2022 4:11:25 PM | SRBase | Output file TF_73-74_698-709M_wu_44271_0_0 for task TF_73-74_698-709M_wu_44271_0 absent
| |
ID: 8416 · Rating: 0 · rate: / Reply Quote | |
Anyone? | |
ID: 8420 · Rating: 0 · rate: / Reply Quote | |
I'm getting that "absent file" error on some WUs and they end up throwing Computation Error. The calculation crashed in the middle thats why the output file was rejected | |
ID: 8421 · Rating: 0 · rate: / Reply Quote | |
I'm getting that "absent file" error on some WUs and they end up throwing Computation Error. Well, the WUs are throwing the Computation Errors anytime during the calculation. They're all over the place time wise when it happens. This machine has had no issues in the past running this project. Only thing that change was a driver update, but rolling back to previous NVIDIA driver known to work did not solve it. Did the recent system crash on your end corrupt anything that would cause this? This does have dual 1660ti GPUs in it, but if you know what you are doing then you can run WUs on both GPUs. Although if the application was written correctly it would do that by itself without any user input! | |
ID: 8422 · Rating: 0 · rate: / Reply Quote | |
I'm getting that "absent file" error on some WUs and they end up throwing Computation Error. The WU can only be run on device 0, nothing has changed | |
ID: 8423 · Rating: 0 · rate: / Reply Quote | |
Yes, I know about the device 0 only issue. Like I said, I was able to get around that issue and use both GPUs many times before since this app came out. | |
ID: 8424 · Rating: 0 · rate: / Reply Quote | |
Yes, I know about the device 0 only issue. Like I said, I was able to get around that issue and use both GPUs many times before since this app came out. I have changed the FAQ. You are using something like -d 1 in your config which doesnt work. Try to change your cc_config.xml <cc_config>
<options>
<exclude_gpu>
<url>http://srbase.my-firewall.org/sr5/</url>
<type>Nvidia</type>
<device_num>1</device_num>
<app>TF</app>
</exclude_gpu>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config> | |
ID: 8425 · Rating: 0 · rate: / Reply Quote | |
The cuda11 apps are updated for linux. | |
ID: 8577 · Rating: 0 · rate: / Reply Quote | |
cuda12 app for linux is now online, windows as soon as available, maybe faster on 4xxx cards. | |
ID: 8587 · Rating: 0 · rate: / Reply Quote | |
The cuda12 app doesnt work, at the moment it is deprecated. | |
ID: 8590 · Rating: 0 · rate: / Reply Quote | |
Message boards :
Number crunching :
Trial Factoring