Files
StarPilot/launch_env.sh
T
firestar5683 6477ba6a5e Dom
Revert "Dom"

This reverts commit eb2218e733.

Dom
2025-09-30 13:06:51 -05:00

16 lines
335 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.1"
fi
export STAGING_ROOT="/data/safe_staging"
eval "$(/data/openpilot/frogpilot/system/environment_variables)"