Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it normal for parser-125k Multicore score lower than Singlecore score? #12

Open
bongo01 opened this issue Jul 1, 2022 · 4 comments

Comments

@bongo01
Copy link

bongo01 commented Jul 1, 2022

CoreMark Pro Hynix

I run CoreMark Pro on Cygwin in Windows 11.
When testing parser-125k multicore, I see that it didn't use all CPU threads like the other testing.

@petertorelli
Copy link
Member

That's highly unusual. Do you observer the same poor scaling every run? Are each of the tests running for at least 10 seconds?

@bongo01
Copy link
Author

bongo01 commented Jul 2, 2022

Yes, I observe the same poor scaling every run (around 4-5 runs) and also each of the tests running for at least 10 second. My CPU is AMD Ryzen 5800H

@bongo01
Copy link
Author

bongo01 commented Jul 4, 2022

Ok. I found that parser-125k is normal when I run on Ubantu in VirtualBox.
I ran "make TARGET=linux64 certify-all XCMD='-c16'" in both Cygwin and Ubantu.
I can't run "make TARGET=cygwin certify-all XCMD='-c16'" because there is an error "cygwin.mak : No such file or directory".

@petertorelli
Copy link
Member

Glad you solved the problem in Ubuntu. But running under a VM is not a good idea as you are subject to pre-emption at a higher level by the host OS.

How were you able to run under cygwin in your first comment, but cannot run under it now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants