We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3feb130 commit 788a9bbCopy full SHA for 788a9bb
examples/performance/run.sh
@@ -109,7 +109,7 @@ cat version >>sumall.dat
109
date >>sumall.dat
110
cat /proc/version >>sumall.dat
111
cat /proc/cpuinfo | grep "model name" | tail -1 | cut -d ':' -f 2 >>sumall.dat
112
-echo "ABACUS path: $abacus" >>sumall.dat
+echo "ABACUS path: `which $abacus`" >>sumall.dat
113
echo "Number of Cores: $ncpu" >>sumall.dat
114
echo "Accuracy: $ca" >>sumall.dat
115
echo >>sumall.dat
0 commit comments