DARPA-ASKEM / sciml-service

Simulation Service provides an interface and job runner for ASKEM models.
MIT License
3 stars 1 forks source link

Create executor first pass #6

Closed danielrmeyer closed 1 year ago

danielrmeyer commented 1 year ago

Build a minimal job pool that, for the moment will take a data frame and an operation, check the cache to see if that combination of matrix/operation has already been executed, return if so, else if the job has not been done run it and cache that result as a jld object along with a manifest file. This would be component(3) in the doc.