Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
post_install
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
FSL
post_install
Merge requests
!7
update for merge
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update for merge
post-install-merge-fix
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Taylor Hanayik
requested to merge
post-install-merge-fix
into
master
5 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
0bdbeb61
5 years ago
master (base)
and
latest version
latest version
6add4386
2 commits,
5 years ago
version 1
0bdbeb61
1 commit,
5 years ago
1 file
+
0
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
configure_eddy.sh
+
0
−
16
Options
@@ -83,22 +83,6 @@ function drop_sudo {
fi
}
function
parse_fslcudaver
{
IFS
=
'/'
read
-a
parts
<<<
$1
fslcudastring
=
"
${
parts
[-1]
}
"
IFS
=
'eddy_cuda'
read
-a
verstring
<<<
fslcudastring
fslcudaver
=
"
${
verstring
[-1]
}
"
echo
"
$fslcudaver
"
}
function
parse_syscudaver
{
IFS
=
'/'
read
-a
parts
<<<
$1
optcudastring
=
"
${
parts
[-1]
}
"
IFS
=
'-'
read
-a
verstring
<<<
optcudastring
optcudaver
=
"
${
verstring
[-1]
}
"
echo
"
$optcudaver
"
}
#####################################
# Configure eddy
#####################################
Loading