./connect
bash
mpiexec -n $CORES --hostfile ~/scripts/hosts python $1 $n
docker build -t openmpi .
- From /etc/hosts to scripts/hosts (copy only the IP adresses, nothing else)
docker inspect -f "{{ .NetworkSettings.IPAddress }}" $NODE_CONTAINER_NAME
mpicc primes.v2.c -o primes -lm