Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes the bug where multiple realizations try to read checksum at the same time, leading it to grind to a halt. The issue was fixed by moving the forward_model_ok_lock up a level, so that only one realization can call `verify_checksum` at a time. This also solved the issue where jobs would be shown as stuck in pending even though all forward model steps had completed. This was probably due to checksums all being checked and verified at the same time, which can be IO intensive.
- Loading branch information