mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +08:00
de5f273a6b
This reverts commit 38c4557a88f3c7e43027f2f83eeba2375a0427dc. old-commit-hash: 71832d651a8bbb23707df8c2001883c32af22876
14 lines
265 B
Bash
Executable File
14 lines
265 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"
|
|
fi
|
|
|
|
export STAGING_ROOT="/data/safe_staging"
|