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

Drivers should pick NUM_CPU from the Realization class #8087

Closed berland closed 3 months ago

berland commented 3 months ago

When drivers submit multiple cpu runs, they should base the number of cpus from the num_cpu property in the Realization class. In theory, the number of cpus could vary from realization to realization since this is parametrizable in the Eclipse DATA deck.

https://github.com/equinor/ert/blob/main/src/ert/ensemble_evaluator/_builder/_realization.py#L17-L24

berland commented 3 months ago

Solved in #8094