mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Software (https://www.mersenneforum.org/forumdisplay.php?f=10)
-   -   Prime95 v30.3 (https://www.mersenneforum.org/showthread.php?t=25823)

Mark Rose 2020-09-09 05:53

[QUOTE=Prime95;556517]Aha - a bug.[/quote]

I'm glad I decided to test a low disk space situation. :smile:

[Quote]Now the only unexplained phenomenon is the work preference changing.[/QUOTE]

I've never had that one happen to me before. Considering mprime started doing PRP assignments immediately after the LLDC work finished, it probably already had a modified configuration beforehand when it fetched assignments. I had been running benchmarks, and control-c'ed out of them, so that may be the place to look?

I am certain I left mprime set to do LLDC because I figured others would be testing the new PRP hotness and thought someone should test the old.

stippix 2020-09-09 08:03

Hi,

FYI and just for fun,
32-bit linux version works fine for my very, very old 32-bit machines (Athlon XPs ;) using ubuntu-mate 16.04 and Linux Mint Mate 19.2,
but 32-bit Windows version 30.3beta4 and beta5 does not start on Windows XP and Windows 7,

greetings.

James Heinrich 2020-09-09 10:25

[QUOTE=stippix;556529]32-bit Windows version 30.3beta4 and beta5 does not start on Windows XP and Windows 7[/QUOTE]I can confirm that [c]p95v303b5.win32[/c] crashes on startup on Win7-64:[code]Problem signature:
Problem Event Name: APPCRASH
Application Name: prime95.exe
Application Version: 30.3.1.0
Application Timestamp: 5f56f582
Fault Module Name: libhwloc-15.dll
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 5ab8b310
Exception Code: c0000005
Exception Offset: 00007837
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789[/code]

James Heinrich 2020-09-09 16:42

1 Attachment(s)
Something odd with the [c]Test > Status...[/c] dialog. I realize that Prime95 will attempt to do Cert work first and therefore out-of-order compared to how it's shown here and in worktodo.txt but I don't understand why the ETA for all the Cert work is exactly the same. Bug?

jwnutter 2020-09-09 17:59

1 Attachment(s)
A question and a comment related to v30.3 b4.

Question: Can someone direct me to the HT options in v30.3 b4? For some reason I'm unable to find this menu in b4, but I recall seeing it during the initial setup.

Comment: I recall someone had an issue with a missing check in the "get occasional proof certification work" field. I too had the same issue but caught the problem before I closed the worker window. My specific issue resulted from an errant mouse click at the bottom of the worker window. After a little investigation I found that the user can modify this checkbox by clicking up to (from left to right) approximately the red vertical line shown in the image below.

James Heinrich 2020-09-09 18:09

[QUOTE=jwnutter;556576]Can someone direct me to the HT options in v30.3 b4?[/QUOTE][c]Test > Worker Windows...[/c] sets the number of workers, [c]CPU cores to use (multithreading)[/c] in that dialog set the number of threads per worker.

The settings for actual hyperthreading is under [c]Options > Resource Limits... > Advanced... > Use hyperthreading for ___[/c] checkboxes at the bottom.
Note however that hyperthreading is explicitly not recommended (other than for TF, which itself is not recommended for CPUs):[quote=readme.txt]Except for trial factoring, which is best left for GPUs to do, hyperthreading often offers no performance benefit while using more electricity. You can try test if hyperthreading speeds up your worker windows by selecting these options.[/quote]

jwnutter 2020-09-09 18:15

[QUOTE=James Heinrich;556577]
The settings for actual hyperthreading is under [c]Options > Resource Limits... > Advanced... > Use hyperthreading for ___[/c] checkboxes at the bottom.
Note however that hyperthreading is explicitly not recommended (other than for TF, which itself is not recommended for CPUs):[/QUOTE]

Thanks, James. I had overlooked the advanced button. And, understood on the HT/TF comment.

Prime95 2020-09-09 18:18

[QUOTE=James Heinrich;556537]I can confirm that [c]p95v303b5.win32[/c] crashes on startup on Win7-64:[/QUOTE]

Hmm, old hwloc DLL. Try this one [url]https://www.dropbox.com/s/dmw9nbb0vebteuq/libhwloc-15.dll?dl=0[/url] or get it from the hwloc website: [url]https://www.open-mpi.org/software/hwloc/v2.2/[/url]

[QUOTE=James Heinrich;556566]Something odd with the [c]Test > Status...[/c] dialog. I realize that Prime95 will attempt to do Cert work first and therefore out-of-order compared to how it's shown here and in worktodo.txt but I don't understand why the ETA for all the Cert work is exactly the same. Bug?[/QUOTE]

I'll see if I can't to better for build 6.

kriesel 2020-09-09 18:19

[QUOTE=James Heinrich;556577]The settings for actual hyperthreading is under [c]Options > Resource Limits... > Advanced... > Use hyperthreading for ___[/c] checkboxes at the bottom.
Note however that hyperthreading is explicitly not recommended (other than for TF, which itself is not recommended for CPUs):[/QUOTE]Hyperthreading in primality testing typically has a speed penalty. Rarely it will show an advantage. It seems to depend on fft length, processor model, and number of workers. Benchmark and know what's best for your own setup. The guidance seems to be a good general rule, and there are exceptions. Some examples: [URL]https://www.mersenneforum.org/showpost.php?p=504218&postcount=4[/URL]
[URL]https://www.mersenneforum.org/showpost.php?p=504219&postcount=5[/URL]

Prime95 2020-09-09 18:26

[QUOTE=jwnutter;556576] I found that the user can modify this checkbox by clicking up to (from left to right) approximately the red vertical line shown in the image below.[/QUOTE]

A new Windows annoyance! As a developer one must leave extra space after the text so that the text is not truncated when different system fonts are used (maybe not as much extra space as I allocated). MS also has an annoying habit of changing the system font with new Windows releases that can lead to dialog box text getting truncated.

stippix 2020-09-10 06:20

[QUOTE=Prime95;556579]Hmm, old hwloc DLL. Try this one [url]https://www.dropbox.com/s/dmw9nbb0vebteuq/libhwloc-15.dll?dl=0[/url] or get it from the hwloc website: [url]https://www.open-mpi.org/software/hwloc/v2.2/[/url]



I'll see if I can't to better for build 6.[/QUOTE]

Hi,
new libhwloc from their homepage solved the problem for beta 4 and 5,
greetings.


All times are UTC. The time now is 22:07.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.