Python compute cluster

2020-05-21 05:50发布

Would it be possible to make a python cluster, by writing a telnet server, then telnet-ing the commands and output back-and-forth? Has anyone got a better idea for a python compute cluster? PS. Preferably for python 3.x, if anyone knows how.

7条回答
相关推荐>>
2楼-- · 2020-05-21 06:28

If you need to write administrative scripts, take a look at the ClusterShell Python library too, or/and its parallel shell clush. It's useful when dealing with node sets also (man nodeset).

查看更多
登录 后发表回答