equinor/semeio

Remove usage of TARGET_FILE in job configurations

berland opened this issue · 0 comments

The TARGET_FILE mechanism for telling the success state of a forward model should be regarded as inferior (deprecate?) to the return code of the shell command that a particular forward model runs.

TARGET_FILE should thus be removed from all semeio jobs. Preferably with tests asserting that ERT is able to pick up return values in a proper manner.

Relying on TARGET_FILE causes bugs like equinor/ert#3412