Skip to content

Commit 788a9bb

Browse files
authored
fix abacus path info
1 parent 3feb130 commit 788a9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/performance/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ cat version >>sumall.dat
109109
date >>sumall.dat
110110
cat /proc/version >>sumall.dat
111111
cat /proc/cpuinfo | grep "model name" | tail -1 | cut -d ':' -f 2 >>sumall.dat
112-
echo "ABACUS path: $abacus" >>sumall.dat
112+
echo "ABACUS path: `which $abacus`" >>sumall.dat
113113
echo "Number of Cores: $ncpu" >>sumall.dat
114114
echo "Accuracy: $ca" >>sumall.dat
115115
echo >>sumall.dat

0 commit comments

Comments
 (0)