alpine-mpich icon indicating copy to clipboard operation
alpine-mpich copied to clipboard

MPI Cluster Automation Solution using Docker, based on Alpine Linux with MPICH (see IEEE paper)

Results 6 alpine-mpich issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/19372598/44139571-05d01d14-a0aa-11e8-8643-d813fcb6e0ab.png) when inspect logs of worker, get infomation like this ![image](https://user-images.githubusercontent.com/19372598/44139607-20c1d6bc-a0aa-11e8-8a7c-f5db2731f35f.png)

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 ``` ![Captura desde 2024-04-17 09-56-03](https://github.com/NLKNguyen/alpine-mpich/assets/10772286/9ac2e81b-8161-4739-abd8-e7e5fb22ebae) This line must be manually removed by...