You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClusterShell is built and maintained by CEA-HPC and claims to be effective on supercomputers with 5,000 compute nodes. Using ClusterShell is very similar to pdsh
62
+
59
63
```
60
64
$ clush -w foo[1-5] echo "Hello World"
61
65
```
66
+
62
67
ClusterShell does some merging of outputs and does a better job of handling hanging nodes than pdsh.
63
68
64
69
## References
65
70
66
71
[Bash for loop Syntax](https://www.cyberciti.biz/faq/bash-for-loop/)
72
+
67
73
[Pdsh github](https://github.com/grondo/pdsh)
74
+
68
75
[Pdsh man page](https://linux.die.net/man/1/pdsh)
76
+
69
77
[Pdsh vs ClusterShell](https://github.com/cea-hpc/clustershell/wiki/Pdsh)
0 commit comments