Yang Zhou

Results 4 comments of Yang Zhou

Hi Alex, I just tried your corundum on Xilinx Alevo U250, which works great! Thanks for open-sourcing it! Just wonder how the DPDK driver development goes now? Really want to...

Yes. I use ray start to spawn ray processes on multiple machines: ``` # on head node (eg, node-0 on cloudlab) ulimit -n 65536; ray start --head --port=6379 --node-ip-address=192.168.6.1 #...

It returns "192.168.6.1" on node-0, and "192.168.6.2" on node-1, etc.

I `watch ifconfig` to see the traffic statistics going through different interfaces and find significant traffic (eg, ~0.5GB/s) going through the interface `eno49`. I also get a warning from Cloudlab...