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
AMUSE needs a tcp interface when using MPI to connect to workers.
If no network connection is available (e.g. when in airplane mode), you will need to use the loopback device instead.
You can do this as such (with openmpi): mpirun -n 1 --mca btl_tcp_if_include lo0 python myscript.py
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
AMUSE needs a tcp interface when using MPI to connect to workers.
If no network connection is available (e.g. when in airplane mode), you will need to use the loopback device instead.
You can do this as such (with openmpi):
mpirun -n 1 --mca btl_tcp_if_include lo0 python myscript.py
(HT/Arjen van Elteren)
Beta Was this translation helpful? Give feedback.
All reactions