GNU/Linux ◆ xterm-256color ◆ bash 688 views

This builds on the previous demo (https://asciinema.org/a/251770): A second Ubuntu Bionic system has been obtained, with the same configuration (the same packages, etc.). mpi4.py is either located on shared storage, or exists at the same path on the second hosts’s hard drive. Finally, SSH keys (and the trusted hosts file) have been set up to allow SSHing from one host to the other.

With all of that done, the same code from the previous example is able to run across two hosts, with no code changes required.

The code demonstrated in this asciicast is available here: https://github.com/akkornel/mpi4py