Skip to content

Commit 6609df5

Browse files
authored
Clean precice-profiling/ (precice#411)
1 parent 71f8daa commit 6609df5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tools/cleaning-tools.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ clean_precice_logs() {
3030
./precice-*-convergence.log \
3131
./precice-*-watchpoint-*.log \
3232
./precice-*-watchintegral-*.log \
33-
./events.json \
3433
./core
35-
rm -rfv ./precice-events/
34+
rm -rfv ./precice-profiling/ profiling.json trace.json
35+
rm -rfv ./preCICE-output/
3636
)
3737
}
3838

@@ -75,7 +75,6 @@ clean_fenics() {
7575
cd "$1"
7676
echo "--- Cleaning up FEniCS case in $(pwd)"
7777
rm -rfv ./output/
78-
rm -rfv ./preCICE-output/
7978
clean_precice_logs .
8079
)
8180
}
@@ -86,7 +85,6 @@ clean_nutils() {
8685
cd "$1"
8786
echo "--- Cleaning up Nutils case in $(pwd)"
8887
rm -fv ./*.vtk
89-
rm -rfv ./preCICE-output/
9088
clean_precice_logs .
9189
)
9290
}
@@ -102,7 +100,6 @@ clean_openfoam() {
102100
cleanCase
103101
rm -rfv 0/uniform/functionObjects/functionObjectProperties history
104102
fi
105-
rm -rfv ./preCICE-output/
106103
clean_precice_logs .
107104
)
108105
}
@@ -134,7 +131,6 @@ clean_dune() {
134131
rm -fv ./dgfparser.log
135132
rm -fv ./*.pvd
136133
rm -fv ./*.vtu
137-
rm -rfv ./preCICE-output/
138134
rm -rfv ./output/
139135
clean_precice_logs .
140136
)

0 commit comments

Comments
 (0)