We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cbea6 commit 1fe3b8cCopy full SHA for 1fe3b8c
scripts/run_micro_bench.sh
@@ -3,4 +3,4 @@
3
mkdir build
4
cd build; cmake -DCMAKE_BUILD_TYPE=Release ..;make;cd ..
5
mkdir results
6
-build/micro_benchs/hca_mb > results/hca_mb.txt
+cd build/micro_benchs;./hca_mb > ../../results/hca_mb.txt
0 commit comments