Skip to content

Implement multinode module

Yang, Diyu requested to merge parallel_pr_v2 into master

Created by: DamonLee5

This PR contains the following updates in two files:

  1. multinode.py: Core code to access a parallel cluster and distribute a function call across multiple nodes.
  2. demo_multinode_4D_shepp_logan.py: Demonstrate how to use the multinode to do multiple 3D reconstructions.

Merge request reports