ert icon indicating copy to clipboard operation
ert copied to clipboard

Replace BatchContext when running the detached server

Open oyvindeide opened this issue 1 year ago • 0 comments

When starting the detached server we use BatchContext to start it and keep track of it, but this should be possible to simplify by using the Scheduler directly: https://github.com/equinor/ert/blob/398ce6ad2861eb3489dfce7965e58df30d0d2379/src/everest/detached/init.py#L102

This means we dont need a few ErtConfig for the server, and when running the detached server we dont need to create a run path in the same way as before.

oyvindeide avatar Oct 02 '24 11:10 oyvindeide