mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-18 23:23:53 +08:00
* agnos 11.13 (#34980) * agnos 11.12 * new build * camerad: don't gate first frame on FSIN (#34972) don't wait * Remove duplicate radar fault event (#34917) 🤦 --------- Co-authored-by: Shane Smiskol <shane@smiskol.com>
14 lines
272 B
Bash
Executable File
14 lines
272 B
Bash
Executable File
#!/usr/bin/env 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="11.13"
|
|
fi
|
|
|
|
export STAGING_ROOT="/data/safe_staging"
|