-
I got the above when running the following: What does this mean exactly? |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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.
|
Beta Was this translation helpful? Give feedback.
-
..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? |
Beta Was this translation helpful? Give feedback.
-
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). |
Beta Was this translation helpful? Give feedback.
-
After upgrading to 0.16.05 its gone, so nevermind. :) |
Beta Was this translation helpful? Give feedback.
After upgrading to 0.16.05 its gone, so nevermind. :)