Interface DistributedComputingProvider

All Superinterfaces:
AlgorithmProvider
All Known Subinterfaces:
DistributedBackend
All Known Implementing Classes:
MPIDistributedBackend, SparkDistributedBackend

public interface DistributedComputingProvider extends AlgorithmProvider
Service provider interface for distributed computing backends. Allows discovery of MPI, Spark, or Grid-based compute contexts.
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • createDistributedContext

      DistributedContext createDistributedContext()
      Creates a new distributed execution context.
      Returns:
      a context for submitting distributed tasks.