NLKNguyen / alpine-mpich

MPI Cluster Automation Solution using Docker, based on Alpine Linux with MPICH (see IEEE paper)
https://github.com/NLKNguyen/alpine-mpich
MIT License
134 stars 56 forks source link

get_hosts script is not working for me #21

Open gentooza opened 6 months ago

gentooza commented 6 months ago

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

This line must be manually removed by me, saved in a machinefile, and executed by:

mpirun -f machinefile ./mpi_hello_world

For being able to execute programs

I think it could be fixed removing last dig command in the script, but I supose it was useful for something

cheers!