precice / tutorials

Various tutorial cases for the coupling library preCICE with real solvers. These files are meant to be rendered on precice.org, so don't look at the README files here.
https://www.precice.org/
GNU Lesser General Public License v3.0
103 stars 105 forks source link

Create generic clean script #133

Closed uekerman closed 3 years ago

uekerman commented 3 years ago

As part of the tutorial restructuring, we also want to change how cleaning works. Currently, every tutorial case has its own Allclean script located at the root of the case. This leads to a lot of code duplication. What we could do instead:

MakisH commented 3 years ago

There is a question on whether this script should clean everything or only a specific case. I propose we follow the approach of git clean: we clean everything that is in the current directory and all children.

On how to start it: