Files
sunnypilot/launch_env.sh
Adeeb Shihadeh 7b634ee1b3 agnos 10.1 (#32348)
old-commit-hash: d0e5f42b68
2024-05-07 20:05:38 -07:00

14 lines
267 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="10.1"
fi
export STAGING_ROOT="/data/safe_staging"