Skip to content

Commit

Permalink
Delete (post-processed) profiling and trace files in clean.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Aug 30, 2024
1 parent 9ebb14c commit 302cf1e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/lci_2d/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -e -x

rm -f -r precice-run
rm -f -r precice-profiling
rm -f profiling.json
rm -f trace.json
rm -f *.log
rm -f map*.vtk
rm -f fine_mesh_*.vtk
2 changes: 2 additions & 0 deletions examples/lci_3d/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -e -x

rm -f -r precice-run
rm -f -r precice-profiling
rm -f profiling.json
rm -f trace.json
rm -f *.log
rm -f map*.vtk
rm -f fine_mesh_*.vtk
2 changes: 2 additions & 0 deletions examples/nn/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -e -x

rm -f -r precice-run
rm -f -r precice-profiling
rm -f profiling.json
rm -f trace.json
rm -f *.log
rm -f map*.vtk
rm -f fine_mesh_*.vtk
2 changes: 2 additions & 0 deletions examples/nng_scalar/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -e -x

rm -f -r precice-run
rm -f -r precice-profiling
rm -f profiling.json
rm -f trace.json
rm -f *.log
rm -f map*.vtk
rm -f fine_mesh_*.vtk
2 changes: 2 additions & 0 deletions examples/nng_vector/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -e -x

rm -f -r precice-run
rm -f -r precice-profiling
rm -f profiling.json
rm -f trace.json
rm -f *.log
rm -f map*.vtk
rm -f fine_mesh_*.vtk

0 comments on commit 302cf1e

Please sign in to comment.