Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CW Inference in Python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Charlie Hoy
CW Inference in Python
Commits
b5b3b14a
Commit
b5b3b14a
authored
1 year ago
by
Matthew David Pitkin
Browse files
Options
Downloads
Patches
Plain Diff
Update example config files to include periodic-restart-time
parent
983cd18b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/knope/cwinpy_knope_pipeline.ini
+4
-0
4 additions, 0 deletions
docs/knope/cwinpy_knope_pipeline.ini
docs/pe/cwinpy_pe_pipeline.ini
+4
-0
4 additions, 0 deletions
docs/pe/cwinpy_pe_pipeline.ini
with
8 additions
and
0 deletions
docs/knope/cwinpy_knope_pipeline.ini
+
4
−
0
View file @
b5b3b14a
...
...
@@ -417,6 +417,10 @@ accounting_group_user = albert.einstein
# create the final output. This defaults to 1.
;n_parallel =
# The period for automatically restarting HTCondor PE jobs to prevent a hard
# eviction. If not given this defaults to 43200 seconds
;periodic-restart-time =
# The directory within basedir into which to output the results in individual
# directories named using the PSRJ name (defaults to "results")
;results =
...
...
This diff is collapsed.
Click to expand it.
docs/pe/cwinpy_pe_pipeline.ini
+
4
−
0
View file @
b5b3b14a
...
...
@@ -113,6 +113,10 @@ pulsars = /root/pulsars
# create the final output. This defaults to 1.
;n_parallel =
# The period for automatically restarting HTCondor PE jobs to prevent a hard
# eviction. If not given this defaults to 43200 seconds
;periodic-restart-time =
# The directory within basedir into which to output the results in individual
# directories named using the PSRJ name (defaults to "results")
;results =
...
...
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