Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
8781d416
Commit
8781d416
authored
Dec 22, 2023
by
quyuanhao123
Browse files
Delete env.sh-22.10
parent
6a7901aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
env.sh-22.10
env.sh-22.10
+0
-20
No files found.
env.sh-22.10
deleted
100644 → 0
View file @
6a7901aa
#!/bin/bash
source
~/miniconda3/etc/profile.d/conda.sh
conda activate torch1.10_py39_dtk22.10
module purge
module load compiler/devtoolset/7.3.1 mpi/hpcx/gcc-7.3.1
#compiler/dtk/22.10.1
module list
source
~/dtk-22.10.1/env.sh
export
C_INCLUDE_PATH
=
/public/software/apps/DeepLearning/PyTorch_Lib/gflags-2.1.2-build/include:
$C_INCLUDE_PATH
export
CPLUS_INCLUDE_PATH
=
/public/software/apps/DeepLearning/PyTorch_Lib/gflags-2.1.2-build/include:
$CPLUS_INCLUDE_PATH
export
C_INCLUDE_PATH
=
/public/software/apps/DeepLearning/PyTorch_Lib/glog-build/include:
$C_INCLUDE_PATH
export
CPLUS_INCLUDE_PATH
=
/public/software/apps/DeepLearning/PyTorch_Lib/glog-build/include:
$CPLUS_INCLUDE_PATH
export
C_INCLUDE_PATH
=
$ROCM_PATH
/rocrand/include:
$C_INCLUDE_PATH
export
CPLUS_INCLUDE_PATH
=
$ROCM_PATH
/rocrand/include:
$CPLUS_INCLUDE_PATH
export
LD_LIBRARY_PATH
=
$ROCM_PATH
/rocrand/lib:
$LD_LIBRARY_PATH
export
FORCE_ONLY_HIP
=
1
export
CC
=
hipcc
export
CXX
=
hipcc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment