[mpich-discuss] ssh-less MPI using docker exec?
Christian Kniep
christian at qnib.org
Thu Mar 31 12:56:58 CDT 2016
Hey there,
I tinkered around with a ssh-less openmpi and I was wondering if it could be implemented in a nicer way. http://qnib.org/2016/03/31/dssh/
I just used -mca plm_rsh_agent /opt/qnib/src/dssh with a rather simple script to use docker exec:
#!/bin/bash
REMOTE_HOST=$1
shift
set -x
docker -H unix:///var/run/docker.sock exec -i -u ${USER} ${REMOTE_HOST} $@
Cheers Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20160331/08393a1d/attachment.html>
-------------- next part --------------
_______________________________________________
discuss mailing list discuss at mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss
More information about the discuss
mailing list