diff --git a/README.md b/README.md index f4a220d..d92552a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ 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 # Single-host with Docker Compose -Require **Docker Compose**; +See INSTALL Relevant files: @@ -22,5 +23,5 @@ Project │ └── id_rsa.pub ├── .env # General configuration ├── docker-compose.yml # Container orchestration -└── cluster.sh # Commands wrapper ultility +└── swarmlab-mpi # Commands wrapper ultility ```