Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
117c080c
Commit
117c080c
authored
3 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Add libpow.fatbin to download
parent
db6a64c7
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
Release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
download_cmix_binaries.sh
+5
-0
5 additions, 0 deletions
download_cmix_binaries.sh
with
5 additions
and
0 deletions
download_cmix_binaries.sh
+
5
−
0
View file @
117c080c
...
...
@@ -84,6 +84,7 @@ for BRANCH in $(echo "forcedbranch" $FBRANCH $FBRANCH2 $DEFAULTBRANCH); do
CLIENT_URL
=
${
CLIENT_URL
:
=
"
${
REPOS_API
}
client/
$BRANCH_URL
/client
$BIN
"
}
SERVER_GPU_URL
=
${
SERVER_GPU_URL
:
=
"
${
REPOS_API
}
server/
$BRANCH_URL
/server-cuda.linux64?job=build"
}
GPULIB_URL
=
${
GPULIB_URL
:
=
"
${
REPOS_API
}
server/
$BRANCH_URL
/libpowmosm75.so?job=build"
}
GPULIB2_URL
=
${
GPULIB_URL
:
=
"
${
REPOS_API
}
server/
$BRANCH_URL
/libpow.fatbin?job=build"
}
else
UDB_URL
=
${
UDB_URL
:
=
"
${
REPOS_API
}
/
$BRANCH
/udb
$BIN
"
}
SERVER_URL
=
${
SERVER_URL
:
=
"
${
REPOS_API
}
/
$BRANCH
/server
$BIN
"
}
...
...
@@ -129,6 +130,10 @@ if [[ $2 == "d" ]]; then
if
[
!
-f
$download_path
/libpowmosm75.so
]
&&
[[
"
$GPULIB_URL
"
!=
*
"forcedbranch"
*
]]
;
then
curl
-s
-f
-L
-H
"PRIVATE-TOKEN:
$GITLAB_ACCESS_TOKEN
"
-o
"
$download_path
/libpowmosm75.so"
${
GPULIB_URL
}
fi
# Silently download the GPU Library to the provisioning directory
if
[
!
-f
$download_path
/libpow.fatbin
]
&&
[[
"
$GPULIB2_URL
"
!=
*
"forcedbranch"
*
]]
;
then
curl
-s
-f
-L
-H
"PRIVATE-TOKEN:
$GITLAB_ACCESS_TOKEN
"
-o
"
$download_path
/libpow.fatbin"
${
GPULIB2_URL
}
fi
fi
set
+x
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment