Skip to content

CPU usage pegged at 100% #420

Answered by abacaj
abacaj asked this question in Q&A
Nov 8, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Turns out one can also set mpi_yield_when_idle to move to degraded busy wait.

mpirun --mca mpi_yield_when_idle 1 -n 4 --allow-run-as-root python mpi_test.py

without mpi_yield:

with mpi_yield:

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@abacaj
Comment options

@dalcinl
Comment options

Comment options

You must be logged in to vote
1 reply
@dalcinl
Comment options

Answer selected by dalcinl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #419 on November 08, 2023 06:05.