]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: adjust collect_measurements to new directory layout 13423/head
authorMatthias Maier <tamiko@43-1.org>
Sun, 20 Feb 2022 16:28:07 +0000 (10:28 -0600)
committerMatthias Maier <tamiko@43-1.org>
Sun, 20 Feb 2022 16:33:30 +0000 (10:33 -0600)
tests/performance/collect_measurements

index b7ad6b12c2d9a464b6fd24f41290fccec127a80e..9c2ce8028251da57597ef0fb105166e323ed03aa 100755 (executable)
@@ -38,7 +38,11 @@ timestamp="$(sed -n -e 's/.*Timestamp: \+\(.*\)/\1/p' revision.log)"
 # list of values:
 #
 
-output="$(for i in tests/performance/*/output tests/performance/*/mpirun*/output
+output="$(for i in \
+  tests/performance/*/output \
+  tests/performance/*/mpirun*/output \
+  tests/performance/*/mpirun*/threads*/output \
+  tests/performance/*/threads*/output
 do
   # Skip output files that have fewer than 3 lines
   if [[ "$(wc -l $i 2> /dev/null | awk '{ print $1 }')" -le 2 ]]; then

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.