Tagged Questions
6
votes
8answers
2k views
How to create a Linux cluster for running physics simulations in java?
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. The application runs a ...