How to create a Linux cluster for running physics simulations in java?

后端 未结 8 521
花落未央
花落未央 2021-02-03 15:07

I am developing a scientific application used to perform physical simulations. The algorithms used are O(n3), so for a large set of data it takes a very long time to process.

8条回答
  •  北荒
    北荒 (楼主)
    2021-02-03 15:26

    Have you looked at Terracotta?

    For work distribution you'll want to use the Master/Worker framework.

提交回复
热议问题