Skip to content

Remove mpi dependency

Zihang Yao requested to merge yaozh/wukong:remove-mpi into master

Feature

  • Remove mpi dependency from wukong.
  • Use TCP_adaptor to implement MPI_Barrier.
  • Use remote-ssh to run wukong on each machine.
  • A new command: exit to help exit gracefully.

TODO

  • Cannot retrieve logs from other remote machines.
  • Ctrl-C cannot kill the wukong process on other remote machines.

Merge request reports