JGCRI / cassandra

Human-earth system multi-scale model coupling framework
Other
6 stars 3 forks source link

Add ability to distribute components over multiple nodes in a cluster. #17

Closed rplzzz closed 5 years ago

rplzzz commented 5 years ago

Right now all of the components are run as threads in a single process. That is going to cause us to run into memory problems in the long run. Add a system for managing distributed calculations.