You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
test2 1fa086ab6f .bashrc 5 years ago
install mpi 5 years ago
Dockerfile mpi 5 years ago
INSTALL.md .bashrc 5 years ago
LICENSE Initial commit 5 years ago
README.md mpi 5 years ago
docker-compose.yml mpi 5 years ago

README.md

MPICH SwarmLab.io

Orchestrate a Swarmlab MPI cluster:

  • Using Docker Compose to replicate production environment on single Docker host

Single-host with Docker Compose

See INSTALL

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 
└── swarmlab-mpi          # Commands wrapper ultility