flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
6 stars 5 forks source link

Asynchronous KVS publish by producer enabled by DYAD_ASYNC_PUBLISH #82

Closed JaeseungYeom closed 5 months ago

JaeseungYeom commented 5 months ago

WIP. We will test and see. Set the environment variable DYAD_ASYNC_PUBLISH.

JaeseungYeom commented 5 months ago

In the CI test, cpp_logger is not built with c11 standard and causes issue.

ilumsden commented 5 months ago

@JaeseungYeom, I caught a small bug in my testing. You correctly read DYAD_ASYNC_PUBLISH in dyad_init_env, but you never actually set the context's async_publish field in dyad_init. I just pushed a super tiny commit onto your branch to fix this.