Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
DeepEP
Commits
55fb26c2
Commit
55fb26c2
authored
Nov 25, 2025
by
lijian6
Browse files
fix rocshmem compile err and update rocshmem_dir.
Signed-off-by:
lijian
<
lijian6@sugon.com
>
parent
35735902
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build.sh
build.sh
+2
-2
third-party/rocshmem
third-party/rocshmem
+1
-1
No files found.
build.sh
View file @
55fb26c2
...
@@ -55,8 +55,8 @@ build_rocshmem()
...
@@ -55,8 +55,8 @@ build_rocshmem()
}
}
if
[
"
$USE_ROCSHMEM
"
==
"ON"
]
;
then
if
[
"
$USE_ROCSHMEM
"
==
"ON"
]
;
then
if
[
!
-d
"rocshmem_dir"
]
;
then
if
[
!
-d
"
third-party/
rocshmem_dir"
]
;
then
mkdir
-p
rocshmem_dir
mkdir
-p
third-party/
rocshmem_dir
fi
fi
build_rocshmem
build_rocshmem
SHMEM_INSTALL_PREFIX
=
$(
pwd
)
/rocshmem_dir
SHMEM_INSTALL_PREFIX
=
$(
pwd
)
/rocshmem_dir
...
...
rocshmem
@
56da1232
Subproject commit
8e95de40f7209db648c84aa47bbfdea7a4727386
Subproject commit
56da12324dbc61989ead10f3063c6f6fdbfacaae
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