Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
509d6209
Commit
509d6209
authored
5 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
COB-64
: Try without RT prios
parent
c794d37b
No related branches found
No related tags found
1 merge request
!6
Import cobalt2 into lofar4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RTCP/Cobalt/GPUProc/src/rtcp.cc
+1
-1
1 addition, 1 deletion
RTCP/Cobalt/GPUProc/src/rtcp.cc
with
1 addition
and
1 deletion
RTCP/Cobalt/GPUProc/src/rtcp.cc
+
1
−
1
View file @
509d6209
...
...
@@ -210,7 +210,7 @@ int main(int argc, char **argv)
//
// Threads get priority 5 by default, and thus cannot interrupt each other.
// The vital threads (that deal with station input and polling MPI to make it progress) will get priority 10.
Thread
::
ScopedPriority
sp
(
ps
.
settings
.
realTime
?
SCHED_FIFO
:
SCHED_OTHER
,
5
);
//
Thread::ScopedPriority sp(ps.settings.realTime ? SCHED_FIFO : SCHED_OTHER, 5);
LOG_INFO
(
"----- Determining NUMA bindings"
);
...
...
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