Skip to content

Commit

Permalink
Clean the profiling directories instead of raw json files (preCICE v3…
Browse files Browse the repository at this point in the history
… related)
  • Loading branch information
davidscn committed Aug 29, 2024
1 parent d38af71 commit 9ebb14c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/lci_2d/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
set -e -x

rm -f -r precice-run
rm -f precice-*-events*.json
rm -f -r precice-profiling
rm -f *.log
rm -f map*.vtk
rm -f fine_mesh_*.vtk
rm -f precice-*.json
2 changes: 1 addition & 1 deletion examples/lci_3d/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e -x

rm -f -r precice-run
rm -f precice-*-events*.json
rm -f -r precice-profiling
rm -f *.log
rm -f map*.vtk
rm -f fine_mesh_*.vtk
2 changes: 1 addition & 1 deletion examples/nn/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e -x

rm -f -r precice-run
rm -f precice-*-events*.json
rm -f -r precice-profiling
rm -f *.log
rm -f map*.vtk
rm -f fine_mesh_*.vtk
2 changes: 1 addition & 1 deletion examples/nng_scalar/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e -x

rm -f -r precice-run
rm -f precice-*-events*.json
rm -f -r precice-profiling
rm -f *.log
rm -f map*.vtk
rm -f fine_mesh_*.vtk
2 changes: 1 addition & 1 deletion examples/nng_vector/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e -x

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

0 comments on commit 9ebb14c

Please sign in to comment.