Skip to content
Snippets Groups Projects
Commit 93847ea6 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Task #8429: Renaming all clusters into cluster

parent 6805b2d3
No related branches found
No related tags found
No related merge requests found
...@@ -3247,8 +3247,8 @@ MAC/Deployment/data/Coordinates/vectors-and-matrices/UK608/uk608-hba-solution.li ...@@ -3247,8 +3247,8 @@ MAC/Deployment/data/Coordinates/vectors-and-matrices/UK608/uk608-hba-solution.li
MAC/Deployment/data/Coordinates/vectors-and-matrices/UK608/uk608-lba-solution.lisp -text MAC/Deployment/data/Coordinates/vectors-and-matrices/UK608/uk608-lba-solution.lisp -text
MAC/Deployment/data/OTDB/Calibration.comp -text MAC/Deployment/data/OTDB/Calibration.comp -text
MAC/Deployment/data/OTDB/Cluster.base -text MAC/Deployment/data/OTDB/Cluster.base -text
MAC/Deployment/data/OTDB/ClustersNode.base -text MAC/Deployment/data/OTDB/ClusterNode.base -text
MAC/Deployment/data/OTDB/ClustersNode.list -text MAC/Deployment/data/OTDB/ClusterNode.list -text
MAC/Deployment/data/OTDB/Component_diff.sh -text svneol=unset#application/x-shellscript MAC/Deployment/data/OTDB/Component_diff.sh -text svneol=unset#application/x-shellscript
MAC/Deployment/data/OTDB/LongBaseline.comp -text MAC/Deployment/data/OTDB/LongBaseline.comp -text
MAC/Deployment/data/OTDB/Pulsar.comp -text MAC/Deployment/data/OTDB/Pulsar.comp -text
......
...@@ -19,4 +19,4 @@ node Cluster 4.0.2 development 'node constraint' "Place holder for all pr ...@@ -19,4 +19,4 @@ node Cluster 4.0.2 development 'node constraint' "Place holder for all pr
#-------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------
# name dir. type unit prun. vm value constr. descr. # name dir. type unit prun. vm value constr. descr.
#-------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------
uses @clusters@ 4.0.2 development 'node constraint' "Cluster descriptions" uses @cluster@ 4.0.2 development 'node constraint' "Cluster descriptions"
...@@ -207,10 +207,10 @@ do ...@@ -207,10 +207,10 @@ do
expand_dataproduct "InputDataProductNode" "@inputdataproduct@" |\ expand_dataproduct "InputDataProductNode" "@inputdataproduct@" |\
expand_dataproduct "OutputDataProductNode" "@outputdataproduct@" >${outputname} expand_dataproduct "OutputDataProductNode" "@outputdataproduct@" >${outputname}
fi fi
grep @clusters@ $file >/dev/null 2>&1 grep @cluster@ $file >/dev/null 2>&1
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
cat $file | \ cat $file | \
expand_dataproduct "ClustersNode" "@clusters@" >${outputname} expand_dataproduct "ClusterNode" "@cluster@" >${outputname}
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment