Skip to content

Make cleaning and other scripts consistent#855

Merged
MakisH merged 6 commits into
developfrom
cleaning
Jul 2, 2026
Merged

Make cleaning and other scripts consistent#855
MakisH merged 6 commits into
developfrom
cleaning

Conversation

@MakisH

@MakisH MakisH commented Jul 2, 2026

Copy link
Copy Markdown
Member

A few tutorials were using a copy of clean-tutorial.sh (instead of a symlink to tools/clean-tutorial-base.sh), most of them without a clean reason:

  • partitioned-burgers-1d
  • partitioned-heat-conduction-3d
  • partitioned-heat-conduction-direct
  • partitioned-pipe-multiscale
  • water-hammer

Out of these, only the partitioned-burgers-1d needed to remove additional files:

  • output/ -> I added that to the base script
  • initial-condition.npz -> since this is generated by each case's run.sh, I added it to the respective clean.sh.

This PR converts all of the above to symlinks.

At the same time, this PR changes a few remaining #!/bin/bash of other scripts to #!/usr/bin/env bash.

@MakisH MakisH self-assigned this Jul 2, 2026
@MakisH MakisH merged commit 9a554be into develop Jul 2, 2026
1 check passed
@MakisH MakisH deleted the cleaning branch July 2, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant