Skip to content

Commit

Permalink
Hotfix to solve crashes when running on certain amount of ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
st4rl3ss committed Mar 13, 2024
1 parent b978f40 commit 0091f54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neurodamus/utils/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ def display_node_suggestions(self):
logging.info("Please remember that it is suggested to use the same class of nodes "
"for both the dryrun and the actual simulation.")

@run_only_rank0
def get_num_target_ranks(self, num_ranks):
"""
Return the number of ranks to target for dry-run load balancing
Expand Down

0 comments on commit 0091f54

Please sign in to comment.