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
9c1b1216
Commit
9c1b1216
authored
18 years ago
by
Ruud Overeem
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 820
First (tryout) version of component file for ACC.
parent
85272690
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAC/Deployment/data/OTDB/ApplCntl.comp
+43
-0
43 additions, 0 deletions
MAC/Deployment/data/OTDB/ApplCntl.comp
with
43 additions
and
0 deletions
MAC/Deployment/data/OTDB/ApplCntl.comp
0 → 100644
+
43
−
0
View file @
9c1b1216
# -- ApplCtrl--
#
# $Id$
#
# -- ACprocess --
# name vers qual constr. descr.
#--------------------------------------------------------------------------------------------------------
node ACCprocess 1.0.0 development 'node constraint' "Definition of an ACC process"
# name dir. type unit prun. vm value constr. descr.
#----------------------------------------------------------------------------------------------------------------------------------
par name I string - 10 0 - - "Logical name of the process"
par count I int - 10 0 - - "Number of processes to start"
par startstopType I string - 10 0 cmdline,mpirun,bgl - "Method of starting the proces"
par executable I string - 10 0 - - "The name of the executable to start"
par hostname I string - 10 0 - - "The hostname of the machine to start the proces on"
# -- ApplCtrl --
# name vers qual constr. descr.
#--------------------------------------------------------------------------------------------------------
node ApplCtrl 1.0.0 development 'node constraint' "The 'ACC' ApplicationController"
uses ACCprocess 1.0.0 development 1..100 "Definition of an ACC process"
# name dir. type unit prun. vm value constr. descr.
#----------------------------------------------------------------------------------------------------------------------------------
par timeout_createsubsets I string - 10 0 3m - "Max time the creation of the parametersets may take"
par timeout_startup I string - 10 0 2m - "Max time the startup of the processes may take"
par timeout_define I string - 10 0 40 - "Max time the definition phase of the processes may take"
par timeout_init I string - 10 0 40 - "Max time the init phase of the processes may take"
par timeout_run I string - 10 0 30 - "Max time it may take before all process are in run-state"
par timeout_pause I string - 10 0 50 - "Max time it may take before all process are paused"
par timeout_recover I string - 10 0 50 - "Max time it may take before all process are recovered"
par timeout_snapshot I string - 10 0 30 - "Max time it may take before all process are saved"
par timeout_reinit I string - 10 0 30 - "Max time the reinit phase of the processes may take"
par timeout_info I string - 10 0 30 - "Max time it may take to give an answer"
par timeout_quit I string - 10 0 60 - "Max time the processes may take to quit"
par timeout_kill I string - 10 0 60 - "Delay after the quit command before the remainng processes are killed""
par application I string - 10 0 - - "Name of the (tree)node that is the process that must be controlled"
par resultfile I string - 10 0 ../log/ACC.result - "The file the results should be written in."
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