Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyfeeds-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
pyfeeds-tests
Commits
e4dce2e9
Commit
e4dce2e9
authored
2 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: Use 6 threads
parent
c9cb9e6f
No related branches found
No related tags found
No related merge requests found
Pipeline
#14533
waiting for manual action
Stage: fsl-ci-build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eddy/runEddy
+5
-1
5 additions, 1 deletion
eddy/runEddy
with
5 additions
and
1 deletion
eddy/runEddy
+
5
−
1
View file @
e4dce2e9
...
@@ -46,10 +46,14 @@ done
...
@@ -46,10 +46,14 @@ done
# "eddy_cpu_nthr_X" to the list of
# "eddy_cpu_nthr_X" to the list of
# executables to run. The name is unpacked
# executables to run. The name is unpacked
# in the loop below.
# in the loop below.
#
# We're using 6 threads here for the multi-
# threaded test, as it is the best option on
# the FMRIB cluster
cpu_exes
=
""
cpu_exes
=
""
if
[
-x
"
${
exedir
}
/eddy_cpu"
]
;
then
if
[
-x
"
${
exedir
}
/eddy_cpu"
]
;
then
cpu_exes
=
"
${
cpu_exes
}
${
exedir
}
/eddy_cpu_nthr_1"
cpu_exes
=
"
${
cpu_exes
}
${
exedir
}
/eddy_cpu_nthr_1"
cpu_exes
=
"
${
cpu_exes
}
${
exedir
}
/eddy_cpu_nthr_
8
"
cpu_exes
=
"
${
cpu_exes
}
${
exedir
}
/eddy_cpu_nthr_
6
"
fi
fi
if
[
"
${
cuda_exes
}
"
==
""
]
&&
[
"
${
cpu_exes
}
"
==
""
]
;
then
if
[
"
${
cuda_exes
}
"
==
""
]
&&
[
"
${
cpu_exes
}
"
==
""
]
;
then
...
...
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