exasim-project / OBR

A runner for OpenFOAM benchmarks
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Migration from certain older OBR versions to latest #173

Open lupeterm opened 9 months ago

lupeterm commented 9 months ago

The use case would be that a user wants to use the newest OBR functionality, but does not want to wipe the entire workspace and start from scratch because the job document structure has changed.

So, the user would call something like obr migrate --folder <path> --from <current OBR version> to essentially overwrite, or create updated versions of, the job documents inside the workspace.

While this might not be the biggest priority right now, it might prove convenient later on. What do you thing @greole ?