IBM / data-broker

The Data Broker (DBR) is a distributed, in-memory container of key-value stores enabling applications in a workflow to exchange data through one or more shared namespaces. Thanks to a small set of primitives, applications in a workflow deployed in a (possibly) shared nothing distributed cluster, can easily share and exchange data and messages with a minimum effort. In- spired by the Linda coordination and communication model, the Data Broker provides a unified shared namespace to applications, which is independent from applications’ programming and communication model.
Apache License 2.0
19 stars 23 forks source link

Introduced start_allocated function + minor improvements #109

Closed mdrocco closed 4 years ago

mdrocco commented 4 years ago

It works with my workloads on WSC and Lassen. I would be happy to do more testing if you have something at hand to try.

damora commented 4 years ago

It works with my workloads on WSC and Lassen. I would be happy to do more testing if you have something at hand to try.

Ok, if you've run it then the daemon=yes problem must have been fixed. In the bash script that I originally wrote, I needed daemon=no. I just carried that over to the python script so maybe it was fixed so daemon=yes works now.

mdrocco commented 4 years ago

Great, thanks!