* remove dashcam branch * fix * more cleanup * remove param * one more old-commit-hash: 7cd9568423a2e78187d16018b70a78f56c02027d
14 lines
266 B
Bash
Executable File
14 lines
266 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="9.1"
|
|
fi
|
|
|
|
export STAGING_ROOT="/data/safe_staging"
|