equinor / ert

ERT - Ensemble based Reservoir Tool - is designed for running ensembles of dynamical models such as reservoir models, in order to do sensitivity analysis and data assimilation. ERT supports data assimilation using the Ensemble Smoother (ES), Ensemble Smoother with Multiple Data Assimilation (ES-MDA) and Iterative Ensemble Smoother (IES).
https://ert.readthedocs.io/en/latest/
GNU General Public License v3.0
101 stars 104 forks source link

Python LSF driver does not pick the correct NUM_CPU #8095

Closed berland closed 3 months ago

berland commented 3 months ago

Describe the bug The LSF driver should obtain the num_cpu from the function preferred_num_cpu() in order to support automatically obtaining it from the DATA file if not provided in the config. Currently it picks it directly from the config object, where it is assumed it to be possible to be empty or defaulted.

Expected behaviour Keep behaviour from legacy LSF driver.