Files
sunnypilot/launch_env.sh
Adeeb Shihadeh f21897ee14 AGNOS 5.1 (#24741)
old-commit-hash: bee5531816
2022-06-03 19:38:34 -07:00

18 lines
318 B
Bash
Executable File

#!/usr/bin/bash
export OMP_NUM_THREADS=1
export MKL_NUM_THREADS=1
export NUMEXPR_NUM_THREADS=1
export OPENBLAS_NUM_THREADS=1
export VECLIB_MAXIMUM_THREADS=1
if [ -z "$AGNOS_VERSION" ]; then
export AGNOS_VERSION="5.1"
fi
if [ -z "$PASSIVE" ]; then
export PASSIVE="1"
fi
export STAGING_ROOT="/data/safe_staging"