We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e79816 commit 5cb1f49Copy full SHA for 5cb1f49
libexec/profile
@@ -27,6 +27,9 @@ stub=${stub%%.*}
27
which asprof >& /dev/null
28
[ "$?" -ne 0 ] && echo 'ERROR: asprof is not in $PATH.' && exit 9
29
30
+which recon-util >& /dev/null
31
+[ "$?" -ne 0 ] && echo 'ERROR: recon-util is not in $PATH.' && exit 9
32
+
33
recon-util -y $yaml -n $nevents -o pro_$stub.hipo -i $data >& pro_$stub.log &
34
pid_bash=$!
35
0 commit comments