Skip to content
Snippets Groups Projects
Commit dad88bc5 authored by Arthur Coolen's avatar Arthur Coolen
Browse files

Task #9655: changes for rollout 3.14,claimmanager, python control has been removed

parent 669a323d
No related branches found
No related tags found
No related merge requests found
...@@ -979,11 +979,6 @@ void checkAndCreateDPs() { ...@@ -979,11 +979,6 @@ void checkAndCreateDPs() {
dpCreate("LOFAR_ObsSW_TempObs"+pre+"_OnlineControl","OnlineControl"); dpCreate("LOFAR_ObsSW_TempObs"+pre+"_OnlineControl","OnlineControl");
changed = true; changed = true;
} }
//PythonControl
if (!dpExists("LOFAR_ObsSW_TempObs"+pre+"_PythonControl")) {
dpCreate("LOFAR_ObsSW_TempObs"+pre+"_PythonControl","PythonControl");
changed = true;
}
//CobaltGPUProc //CobaltGPUProc
for (int k=1; k < 10; k++) { for (int k=1; k < 10; k++) {
for (int l=0; l < 2; l++) { for (int l=0; l < 2; l++) {
......
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