-
Notifications
You must be signed in to change notification settings - Fork 192
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
memory available in computer nodes #4297
Closed
cpignedoli opened this issue
Aug 10, 2020
· 3 comments
· Fixed by nanotech-empa/aiida-nanotech-empa#5 or #5260
Closed
memory available in computer nodes #4297
cpignedoli opened this issue
Aug 10, 2020
· 3 comments
· Fixed by nanotech-empa/aiida-nanotech-empa#5 or #5260
Labels
Milestone
Comments
One complication here are heterogeneous clusters: memory per node is not always a constant across a single computer. |
Dear Dominik
you are right. Despite in many cases
nodes belong to different “queues” according to the characteristics of the node, this cannot be assumed as general case.
The only workaround I see to this problem that I did not have in mind
is then to define, for a computer, max and min possible memory per node.
Cheers
Carlo
… On 10 Aug 2020, at 19:03, Dominik Gresch ***@***.***> wrote:
One complication here are heterogeneous clusters: memory per node is not always a constant across a single computer.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#4297 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFPEIONZLCBLWDNDIPUGBUDSAAR7HANCNFSM4P2ERDFA>.
|
Yeah, there might absolutely be value in allowing for this even if we don't have a complete solution for the heterogeneous case. For "num_mpiprocs_per_machine" we can also currently only set one default. I think there are two separate but related issues here:
|
yakutovicha
added a commit
to nanotech-empa/aiida-nanotech-empa
that referenced
this issue
Aug 23, 2020
This is a temporary fix that let's correctly estimate the number of nodes for the CSCS supercomputers. The issue here is different nodes have more or less the same amount of RAM, so the number of CPUs can't be used as a criterion to select the number of nodes. Once the following issue is fixed: aiidateam/aiida-core#4297, we can implement a better mechanism to auto-select the number of nodes. Co-authored-by: Carlo Pignedoli <carlo.pignedoli@empa.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in apps/workchains where teh number of computer nodes to be used for a calculation
is determined automatically, it could be useful to know the memory available per node
add memory per node or memory per core in the definition of a new computer
The text was updated successfully, but these errors were encountered: