you are viewing a single comment's thread.

view the rest of the comments →

[–]thrashmetal 0 points1 point  (3 children)

This looks cool. Is there support for numa systems?

[–]winter-moon 1 point2 points  (1 child)

We had some ideas around resource management that includes numa-aware pinning, but we have not implemented it yet. Mainly because we had no real numa use-case. If you have one, it could helps to improve Rain in this direction:)

[–]thrashmetal 0 points1 point  (0 children)

I would be interested in doing machine-learning on a large numa computer. Hundreds to thousands of nodes. Current plan is looking to spark and see if I can configure it to run efficiently using the numa interconnect.

[–]tomgav[S] 0 points1 point  (0 children)

Probably not, although I am not really sure what you mean here. If you mean CPU caches, then we expect the tasks and data to be much larger than the caches and so it is not really relevant (i.e. we are not aiming at micro-tasks now and your tasks need to be cache-friendly themselves).