File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ clean_precice_logs() {
30
30
./precice-* -convergence.log \
31
31
./precice-* -watchpoint-* .log \
32
32
./precice-* -watchintegral-* .log \
33
- ./events.json \
34
33
./core
35
- rm -rfv ./precice-events/
34
+ rm -rfv ./precice-profiling/ profiling.json trace.json
35
+ rm -rfv ./preCICE-output/
36
36
)
37
37
}
38
38
@@ -75,7 +75,6 @@ clean_fenics() {
75
75
cd " $1 "
76
76
echo " --- Cleaning up FEniCS case in $( pwd) "
77
77
rm -rfv ./output/
78
- rm -rfv ./preCICE-output/
79
78
clean_precice_logs .
80
79
)
81
80
}
@@ -86,7 +85,6 @@ clean_nutils() {
86
85
cd " $1 "
87
86
echo " --- Cleaning up Nutils case in $( pwd) "
88
87
rm -fv ./* .vtk
89
- rm -rfv ./preCICE-output/
90
88
clean_precice_logs .
91
89
)
92
90
}
@@ -102,7 +100,6 @@ clean_openfoam() {
102
100
cleanCase
103
101
rm -rfv 0/uniform/functionObjects/functionObjectProperties history
104
102
fi
105
- rm -rfv ./preCICE-output/
106
103
clean_precice_logs .
107
104
)
108
105
}
@@ -134,7 +131,6 @@ clean_dune() {
134
131
rm -fv ./dgfparser.log
135
132
rm -fv ./* .pvd
136
133
rm -fv ./* .vtu
137
- rm -rfv ./preCICE-output/
138
134
rm -rfv ./output/
139
135
clean_precice_logs .
140
136
)
You can’t perform that action at this time.
0 commit comments