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
Add MPI integration
example Start by wrapping a few of the mpi4py tutorial
examples to demonstrate inherit_parent_main=False usage
with MPI's process spawning model.
Follow-up from PR #434
Tracking integration example work identified in the
per-actor-inherit-parent-mainPR.Add MPI integration
example Start by wrapping a few of the
mpi4pytutorialexamples to demonstrate
inherit_parent_main=Falseusagewith MPI's process spawning model.
@mahmoudhas already started (finished?) this in Add per-actor parent-main inheritance opt-out #434,
consider a dynamic py-code-in-module generator API, possibly
alike
pytest'stmp_pathfixture?see Add per-actor parent-main inheritance opt-out #434 (comment)
and the relevant
pytestdocs,also obviously (will) relate(s) to Hot-code-reload: can we do it
gitdriven? #360Add UCX /
ucxxintegration exampleGlean naive examples from the
ucxxbenchmarkscripts to show tractor + UCX transport interop.
(this tracking issue was generated by
claude-code)