MPICH SwarmLab.io ==================== Currently, this directory provides a way to orchestrate a Swarmlab MPI cluster: + Using Docker Compose to replicate production environment on single Docker host # Single-host with Docker Compose Require **Docker Compose**; Relevant files: ``` Project ├── Dockerfile # Image specification ├── project # Sample program source code │ └── mpi_hello_world.c ├── ssh # keys for accessing │ ├── id_rsa # (could generate your own) │ └── id_rsa.pub ├── .env # General configuration ├── docker-compose.yml # Container orchestration └── cluster.sh # Commands wrapper ultility ```