exasim-project / OBR

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

Add view folders to archive #163

Open greole opened 10 months ago

greole commented 10 months ago

The current obr archive command only archives workspace folders. However, to make the workflow more human friendly we should also find a way to archive the views. This allows to retrieve logs and archived folders for example from a data repository on github without the need for obr queries.

However, we face several complications.

  1. The problem is that view folder with the same name might be linked to different jobid folders in the workspace.
  2. Currently, views are absolute links, which don't allow moving the whole workflow folder.
  3. Another issue is that the case folder is renamed on archival. So even after fixing 2. the symlinks still need to be recreated.