exasim-project / OBR

A runner for OpenFOAM benchmarks
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Improve 'obr submit' performance #194

Open greole opened 6 months ago

greole commented 6 months ago

Currently, when calling obr submit, the submit implementation scans for eligible cases and performs initialization of cases if needed locally. Thus, to improve the obr submit performance, a scan for eligible cases without initialization should be implemented. Then initialization is performed on the node after submission. Alternatively, on the node an initialization of the child node could be triggered.