-
Notifications
You must be signed in to change notification settings - Fork 153
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
Unable to run grin-miner with more than 128 threads #151
Comments
Update on this: in fact there is essentially no benefit to using more than 32 threads, GPS stops increasing. Running two 32 thread instances for c29 does double total GPS. |
What cpu are you using? |
Xeon Phi 7210 |
Is it the PCIe coprocessor or an actual copy that goes into the socket? |
Socketed host processor |
Looking into something similar, however I'm attempting to run avx_31 and setting with the cuda_32 settings. Have some PCIe Xeon Phi's, but haven't started testing with them yet. Having this core, which might help you with the above issue if it's related. mean.hpp:936: void edgetrimmer::trimrename1(u32, u32) [with bool TRIMONV = true; u32 = unsigned int]: Assertion `renames < buckets[NX][0].renameu1' failed. Hope this isn't considered a thread hijack |
When I start grin-miner with 129 threads or more, it stalls without crashing and does not complete the first graph. If I set to 128 threads it runs fine.
My system has 256 logical cores, plugin is cuckatoo with avx2 enabled.
The text was updated successfully, but these errors were encountered: