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
dd1a1b2f
Commit
dd1a1b2f
authored
9 years ago
by
Jan David Mol
Browse files
Options
Downloads
Plain Diff
Task #9054: Fixes for CEP4 online procesing (reintegrated task branch)
parents
65ee71f6
29ae2d82
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RTCP/Cobalt/GPUProc/src/scripts/cobalt_functions.sh
+10
-1
10 additions, 1 deletion
RTCP/Cobalt/GPUProc/src/scripts/cobalt_functions.sh
with
10 additions
and
1 deletion
RTCP/Cobalt/GPUProc/src/scripts/cobalt_functions.sh
+
10
−
1
View file @
dd1a1b2f
...
...
@@ -36,8 +36,17 @@ function setkey {
echo
"
$KEY
=
$VAL
"
>>
"
$PARSET
"
}
COBALT_DATAPRODUCTS
=
"Correlated CoherentStokes IncoherentStokes"
function
read_cluster_model
{
CLUSTER_NAME
=
$(
getkey Observation.Cluster.ProcessingCluster.clusterName
""
)
# HACK: Search for first cluster, and assume they're all the same. We support only output
# to a single cluster for now.
for
DP
in
${
COBALT_DATAPRODUCTS
}
;
do
CLUSTER_NAME
=
$(
getkey Observation.DataProducts.Output_
${
DP
}
.storageClusterName
""
)
if
[
-n
"
${
CLUSTER_NAME
}
"
]
;
then
break
fi
done
# Hack to derive required properties (cluster model) from cluster name.
case
"
${
CLUSTER_NAME
}
"
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