Always add perf-libs to LD_LIBRARY_PATH

This commit is contained in:
Michael Vines 2018-09-04 23:15:39 -07:00
parent 48c19d3100
commit f50aeb0e58
1 changed files with 2 additions and 3 deletions

View File

@ -75,11 +75,10 @@ local)
export USE_INSTALL=1
export RUST_LOG
export SOLANA_DEFAULT_METRICS_RATE=1
if [[ -e /dev/nvidia0 ]]; then
export SOLANA_CUDA=1
fi
./fetch-perf-libs.sh
export LD_LIBRARY_PATH="$PWD/target/perf-libs:$LD_LIBRARY_PATH"
scripts/oom-monitor.sh > oom-monitor.log 2>&1 &
case $nodeType in