Skip to content

Commit

Permalink
change env
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st committed Nov 30, 2023
1 parent 4caecea commit e286b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dipu/scripts/ci/camb/ci_camb_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PLATFORM=/mnt/lustre/share/platform
ENV_NAME=pt2.0v1_cpu_py310
export PATH=`python ${PLATFORM}/env/clear_path.py PATH`
export LD_LIBRARY_PATH=`python ${PLATFORM}/env/clear_path.py LD_LIBRARY_PATH`
GCC_ROOT=/mnt/lustre/share/platform/dep/gcc-10.4
GCC_ROOT=/mnt/lustre/share/platform/dep/gcc-10.2
CONDA_ROOT=${PLATFORM}/env/miniconda3.10

export NEUWARE_HOME=/usr/local/neuware
Expand Down
3 changes: 1 addition & 2 deletions dipu/scripts/ci/nv/ci_nv_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ PLATFORM=/mnt/cache/share/platform
ENV_NAME=pt2.0_diopi_cuda11.8
export PATH=`python ${PLATFORM}/env/clear_path.py PATH`
export LD_LIBRARY_PATH=`python ${PLATFORM}/env/clear_path.py LD_LIBRARY_PATH`
#GCC_ROOT=${PLATFORM}/dep/gcc-10.4
GCC_ROOT=/mnt/lustre/share/platform/downloadbak/gcc-10.4
GCC_ROOT=${PLATFORM}/dep/gcc-10.2
CONDA_ROOT=${PLATFORM}/env/miniconda3.10
export CC=${GCC_ROOT}/bin/gcc
export CXX=${GCC_ROOT}/bin/g++
Expand Down

0 comments on commit e286b8b

Please sign in to comment.