|
I got the above when running the following: What does this mean exactly? |
Replies: 6 comments
|
It means that the computation did not reach the target sqrt value in the expected number of iterations to compute this. Which compiler and processor is being used? |
|
Host CPU is Intel i3-10105 running Proxmox It might be because of the 64 setting? I have only allocated 2 vCPUs to this VM. |
|
Please appy the following patch to the stress-ng source and re-run and let me know the value that is being printed out. For all cpus I've tested with gcc 13.2 it works, so I'm interested to see what values you get. |
|
..it may be that the context switching in the kernel is causing register clobbering and messing up the result. Does this work with one instance of the stressor rather than 64? |
|
Just noticed our version is on 14.x. Let me see if we can package up a current version before we go any further here (as long as that makes sense to you). |
|
After upgrading to 0.16.05 its gone, so nevermind. :) |
After upgrading to 0.16.05 its gone, so nevermind. :)