user progress is required for rpc chained with cx as lpc

Issue #169 closed
Mathias Jacquelin created an issue

If a thread issues an RPC with a completion as LPC on another thread persona, upcxx::progress(upcxx::progress_level::internal) does not drain outgoing operations, upcxx::progress() is required on the thread issueing the RPC. The other thread, which has its own persona + the master persona, will never executes the RPCs when calling user level progress.

Comments (1)

  1. Log in to comment