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
98a287ca
Commit
98a287ca
authored
14 years ago
by
Alwin de Jong
Browse files
Options
Downloads
Patches
Plain Diff
bug1459: PythonControl not obsolete (oops misstake)
parent
62078beb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitattributes
+1
-0
1 addition, 0 deletions
.gitattributes
MAC/Deployment/data/OTDB/ObservationControl.comp
+2
-0
2 additions, 0 deletions
MAC/Deployment/data/OTDB/ObservationControl.comp
MAC/Deployment/data/OTDB/PythonControl.comp
+24
-0
24 additions, 0 deletions
MAC/Deployment/data/OTDB/PythonControl.comp
with
27 additions
and
0 deletions
.gitattributes
+
1
−
0
View file @
98a287ca
...
...
@@ -1232,6 +1232,7 @@ MAC/Deployment/data/OTDB/DataProductNode.list -text
MAC/Deployment/data/OTDB/DataslotInfo.comp -text
MAC/Deployment/data/OTDB/Dataslots.base -text
MAC/Deployment/data/OTDB/PIC_update_20101203.log -text
MAC/Deployment/data/OTDB/PythonControl.comp -text
MAC/Deployment/data/OTDB/Scheduler.comp -text
MAC/Deployment/data/OTDB/Storage.base -text
MAC/Deployment/data/OTDB/TBBControl.comp -text
...
...
This diff is collapsed.
Click to expand it.
MAC/Deployment/data/OTDB/ObservationControl.comp
+
2
−
0
View file @
98a287ca
...
...
@@ -10,6 +10,8 @@
node ObservationControl 4.0.1 development '' "Observation Controller"
uses StationControl 4.0.0 development '1' "All the station Controllers"
uses OnlineControl 4.0.1 development '1' "Controller for the online datastream"
uses PythonControl 4.0.0 development '1' "Controller for the offline datastream"
#uses OfflineControl 4.0.0 development '1' "Controller for the offline datastream"
# name dir. type unit prun. vm value constr. descr.
...
...
This diff is collapsed.
Click to expand it.
MAC/Deployment/data/OTDB/PythonControl.comp
0 → 100644
+
24
−
0
View file @
98a287ca
# -- PythonControl--
#
# $Id: PythonControl.comp2 14475 2009-11-17 14:49:28Z coolen $
#
# name vers qual constr. descr.
#--------------------------------------------------------------------------------------------------------
node PythonControl 4.0.0 development 'node constraint' "Controller for the offline datastream"
# name dir. type unit prun. vm value constr. descr.
#--------------------------------------------------------------------------------------------------------
par _hostname I text - 100 0 'lfe001' - "Machine the PythonController should run on"
par pythonProgram I text - 100 0 'startPipeline.py' - "Python script to start"
par pythonHost I text - 100 0 'CCU001' - "Machine the Pythonscript should be started"
par runtimeDirectory I text - 100 0 '/home/pipeline/runtime/${MSNUMBER}/run' - "Where to start the programs"
par resultDirectory I text - 100 0 'lexar001:/data/${MSNUMBER}/output' - "Where to store the results"
par workingDirectory I text - 100 0 '/data/scratch/${MSNUMBER}/work' - "Where to store temporarely files"
#uses ApplCtrl 4.0.0 development 1 "The ACC controller"
#uses Flagger 4.0.0 development 1 "Flagger"
uses DPPP 4.0.0 development 1 "DPcube"
uses BBS 4.0.0 development 1 "Blackboard System"
uses Imager 4.0.0 development 1 "Imager"
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