mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
9b86a20d64
* agnos 9.6 * manifest old-commit-hash: 4228b6420bf6ba56bc798239cc05078c9d5d8440
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.6"
|
|
fi
|
|
|
|
export STAGING_ROOT="/data/safe_staging"
|