You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this ticket is to set up a cluster in xDEM to enable distributed computing.
This ticket focuses only on creating a multiprocessing cluster, but it is designed in a way that will allow Dask integration in the future if needed.
Implementation
This cluster is simple.
First, we propose creating a cluster.py module at the root of the source code, where we will add the internal proof-of-concept (PoC) code.
Context
The goal of this ticket is to set up a cluster in xDEM to enable distributed computing.
This ticket focuses only on creating a multiprocessing cluster, but it is designed in a way that will allow Dask integration in the future if needed.
Implementation
This cluster is simple.
First, we propose creating a
cluster.py
module at the root of the source code, where we will add the internal proof-of-concept (PoC) code.Tests
It is possible to refer to the tests done here: https://github.com/CNES/cars/blob/master/tests/orchestrator/cluster/test_cluster.py
The text was updated successfully, but these errors were encountered: