test2 5 years ago
parent
commit
9fa6e609fb
  1. 7
      README.md

7
README.md

@ -1,13 +1,14 @@
MPICH SwarmLab.io MPICH SwarmLab.io
==================== ====================
Currently, this directory provides a way to orchestrate a Swarmlab MPI cluster: Orchestrate a Swarmlab MPI cluster:
+ Using Docker Compose to replicate production environment on single Docker host + Using Docker Compose to replicate production environment on single Docker host
# Single-host with Docker Compose # Single-host with Docker Compose
Require **Docker Compose**; See INSTALL
Relevant files: Relevant files:
@ -22,5 +23,5 @@ Project
│ └── id_rsa.pub │ └── id_rsa.pub
├── .env # General configuration ├── .env # General configuration
├── docker-compose.yml # Container orchestration ├── docker-compose.yml # Container orchestration
└── cluster.sh # Commands wrapper ultility └── swarmlab-mpi # Commands wrapper ultility
``` ```

Loading…
Cancel
Save