Hi,
I'm trying to communicate between 2 multinode jobs and send some short messages. The docs say that the key-value pairs are stored in the /tmp/lava_multi_node_cache.txt file. So I was expecting something like: my_key=my_value or: my_key: my_value
What I'm getting is: sending-device-name:my_key=my_value
Is this the expected output and the documentation is just not detailed enough? Or I'm getting buggy output in the cache file?
milosz