equinor / equinor/ert

Deleting runpath is very slow

Open
#8,553 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
161
Forks
140
Avg merge
2d 1h
Merged PRs (30d)
132

Description

The runpath deletion can be very slow if you have hundreds of realizations lying on an NFS volume.

An alternative approach to awaiting `rm -rf` to finish is to something similar to:

```
mv myrunpath .myrunpath-under-deletion-
rm -rf .myrunpath-under-deletion<...> &
```
and then immediately start the ensemble.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.