Skip to content

Excute distributed shell command under MPI environment

License

Notifications You must be signed in to change notification settings

zhangxiaojian/dcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

dcmd

Excute distributed shell command under MPI environment

How to excute:

mpiexec -n 7 -f machifile ./dcmd
while n is the number of nodes in MPI environment.

Usage:
  help,quit,bye
  shell (nodelist)
  Example: rm -r ~/csm (123)

The Example remove the directory ~/csm at node 1,2,3. If no node numbser is specified such as "rm -r ~/csm" , then every nodes' direcotry is deleted.

About

Excute distributed shell command under MPI environment

Resources

License

Stars

Watchers

Forks

Packages