Allow ncore to be an iteration variable that calculates dene #3059
chris-ashe
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following on from #736.
With errors seen in calculating$\mathtt{ncore}$ due to VMCON iterating $\mathtt{dene}$ & $\mathtt{neped,nesep}$ that can lead to negative $\mathtt{ncore}$ values as per:
This is mainly seen if the lower bound of$\mathtt{dene}$ is set too low and the upper bound of $\mathtt{neped,nesep}$ is set too high. This can easily be the case with a user with not much experience who thinks widening the bounds will make it easier to solve for VMCON.$\mathtt{ncore}$ is negative.
When iterating VMCON can easily get into a point where the calculated
A possible long term code solution is to create$\mathtt{ncore}$ as an iteration variable and re-arrange the equation above to calculate $\mathtt{dene}, (\langle n\rangle)$ . This would make setting lower bounds easier as a >0 limit could be enforced. Though it would not be possible to have $\mathtt{ncore}$ and $\mathtt{dene}$ as an iteration variable at the same time .
@mkovari @timothy-nunn
Beta Was this translation helpful? Give feedback.
All reactions