alpine-mpich
alpine-mpich copied to clipboard
MPI Cluster Automation Solution using Docker, based on Alpine Linux with MPICH (see IEEE paper)
One of the last updates to the code seem to be a fix to get_hosts. However, if you just follow the instructions in https://github.com/NLKNguyen/alpine-mpich/wiki/Multi-Host-Orchestration without building the images first and...
Dear Nikyle, I'm trying to build a customized version of you Dokerfile, using an updated version of MPICH, the 3.3 (released 21-Nov-2018) instead of the version you are using (3.2)....
I have created a service with 16 containers and running an MPI task from the master node. I have noticed that not all the service containers are taking the load....
I have created service  when inspect logs of worker, get infomation like this 
Hi, The instruction on README fail right after cloning the repository: ```bash $ docker build -t nlknguyen/alpine-mpich base/ [+] Building 1.4s (10/21) docker:default => [internal] load .dockerignore 0.0s => =>...
When executing a cluster of size 4, for example, get_hosts returns the 4 machines and also: ``` a.root-servers.net ```  This line must be manually removed by...