Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
emfollow
gwcelery
Commits
fd1ff9c7
Commit
fd1ff9c7
authored
5 years ago
by
Leo P. Singer
Browse files
Options
Downloads
Patches
Plain Diff
Decrease number of OpenMP workers from 40 to 16
parent
b7694e6b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!738
Decrease number of OpenMP workers from 40 to 16
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.rst
+2
-1
2 additions, 1 deletion
CHANGES.rst
gwcelery/data/gwcelery.sub
+1
-1
1 addition, 1 deletion
gwcelery/data/gwcelery.sub
gwcelery/tasks/first2years.py
+1
-1
1 addition, 1 deletion
gwcelery/tasks/first2years.py
with
4 additions
and
3 deletions
CHANGES.rst
+
2
−
1
View file @
fd1ff9c7
...
...
@@ -4,7 +4,8 @@ Changelog
0.10.0 (unreleased)
-------------------
- No changes yet.
- Decrease the number of OpenMP workers from 40 to 16, now that gstlal is
uploading a reduced number of events.
0.9.2 (2020-01-07)
------------------
...
...
This diff is collapsed.
Click to expand it.
gwcelery/data/gwcelery.sub
+
1
−
1
View file @
fd1ff9c7
...
...
@@ -67,4 +67,4 @@ arguments = "--unset OMP_NUM_THREADS gwcelery-condor-submit-helper gwcelery work
description = gwcelery-openmp-worker-$(Process)
error = gwcelery-openmp-worker-$(Process).log
output = gwcelery-openmp-worker-$(Process).log
queue
40
queue
16
This diff is collapsed.
Click to expand it.
gwcelery/tasks/first2years.py
+
1
−
1
View file @
fd1ff9c7
...
...
@@ -157,7 +157,7 @@ def upload_event():
log
.
info
(
'
uploaded as %s
'
,
graceid
)
if
app
.
conf
[
'
mock_events_simulate_multiple_uploads
'
]:
num
=
20
num
=
15
for
_
in
range
(
num
):
(
gracedb
.
create_event
.
s
(
...
...
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