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
jerrrrry
easystart_v0.1
Commits
ae83e70f
Commit
ae83e70f
authored
Jul 18, 2025
by
jerrrrry
Browse files
Update run_envcheck.sh
parent
5d416ffa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
3_env_check-batches_llm_inference/scripts/run_envcheck.sh
3_env_check-batches_llm_inference/scripts/run_envcheck.sh
+2
-2
No files found.
3_env_check-batches_llm_inference/scripts/run_envcheck.sh
View file @
ae83e70f
...
@@ -48,11 +48,11 @@ echo "==================== RCCL-TEST ===================="
...
@@ -48,11 +48,11 @@ echo "==================== RCCL-TEST ===================="
cd
/workspace/test/env_check_outputs
cd
/workspace/test/env_check_outputs
if
command
-v
git &>/dev/null
&&
command
-v
make &>/dev/null
;
then
if
command
-v
git &>/dev/null
&&
command
-v
make &>/dev/null
;
then
if
[
!
-d
rccl-test
s
]
;
then
if
[
!
-d
rccl-test
]
;
then
git clone http://developer.sourcefind.cn/codes/jerrrrry/rccl-test.git
||
exit
1
git clone http://developer.sourcefind.cn/codes/jerrrrry/rccl-test.git
||
exit
1
fi
fi
cd
rccl-test
s
||
exit
1
cd
rccl-test
||
exit
1
source
/opt/dtk/env.sh
source
/opt/dtk/env.sh
if
make
MPI
=
1
MPI_HOME
=
/opt/mpi
ROCM_HOME
=
/opt/dtk
NCCL_HOME
=
/opt/dtk/rccl
\
if
make
MPI
=
1
MPI_HOME
=
/opt/mpi
ROCM_HOME
=
/opt/dtk
NCCL_HOME
=
/opt/dtk/rccl
\
...
...
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