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
98 stars 104 forks source link

Ignore SIGNAL_OFFSET in assering exit_code from LSF #8167

Closed berland closed 3 weeks ago

berland commented 3 weeks ago

You are not guaranteed that LSF will always add SIGNAL_OFFSET (128) to the exit code from the job, it depends at least on shell types (csh vs bash) and you can also have a mix of these when bash encapsulates csh. This is not something we want to track.

Issue Resolves #8142

Approach Bending over.

When applicable

berland commented 3 weeks ago

Amended 👍🏻