-
Notifications
You must be signed in to change notification settings - Fork 42
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
RDL cannot generate resrc for a large node-count spec #199
Comments
uhoh. The RDL implementation makes an individual resource form each Node, each Socket within each node, and each Core within each socket, we may be overflowing the Lua stack by using I may be able to change to iterate over whatever table is using |
@grondo: Thanks for the explanation. Just to be clear, I don't need this fix right away as I already have a reasonable sized csv file for my current DB testing. (Don't suffer your Friday night over this :-) |
@grondo, while the RDL Node class is open for surgery, would you mind modifying it to not require or instantiate a Socket by default? I utilize the Node class with the power flow graph hierarchy and having socket and core children automatically populated is irrelevant to a node's power draw - unless it's specifically configured that way. |
Sure, I will take a look. Mind opening a separate issue on it if you have the chance? |
Done: Issue 200 |
closed by #440 |
I am trying to do some erformance studies in preparation for #193 and discovered that RDL fails with the following msg:
The smallest node count that hit this for me is ~33000. A conf file:
The text was updated successfully, but these errors were encountered: