UM-Bridge / umbridge

UM-Bridge (the UQ and Model Bridge) provides a unified interface for numerical models that is accessible from virtually any programming language or framework.
https://um-bridge-benchmarks.readthedocs.io/en/docs/
MIT License
33 stars 14 forks source link

Remove URL dependency on filesystem for HPC loadbalancer implementation #62

Open Crambor opened 8 months ago

Crambor commented 8 months ago

An alternative approach to temporarily storing all model URLs on the shared filesystem would be to have an endpoint on the loadbalancer that can accept a model URL (e.g. via HTTP POST) inside of each hyperqueue job. This would allow for the storage of URLs in memory rather than requiring an expensive file I/O operation.