Przeglądaj źródła

test starpu_replay

Samuel Thibault 7 lat temu
rodzic
commit
ee5ffce9d1
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      tests/overlap/overlap.sh

+ 5 - 0
tests/overlap/overlap.sh

@@ -49,4 +49,9 @@ then
 	$PREFIX/../../tools/starpu_paje_summary paje.trace || true
 	$PREFIX/../../tools/starpu_codelet_histo_profile distrib.data || true
 	[ -f distrib.data.overlap_sleep_1024_24.0.a3d3725e.1024.pdf ] || true
+
+	if [ -x $PREFIX/../../tools/starpu_replay ];
+		$PREFIX/../../tools/starpu_replay tasks.rec
+	fi
 fi
+