You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test the MPI setup on a cluster using the standard "hello world" example. The cluster uses ubuntu 24.04 (noble) with a relatively recent version of mpich:
I wanted to test the MPI setup on a cluster using the standard "hello world" example. The cluster uses ubuntu 24.04 (noble) with a relatively recent version of
mpich
:I compiled the program using
mpicc
, but when I run it, I viaUCX_LOG_LEVEL=info mpirun -n 2 ./hello
I get the errorsIs there a way to troubleshoot / sidestep this problem?
The text was updated successfully, but these errors were encountered: