From e5f369ffa77bfd92f9bbcebcde4d9eb30d022aac Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 29 Jun 2016 04:39:13 +0000
Subject: [PATCH] Task #9192: Use FQDN for cluster headnode

---
 MAC/Services/src/PipelineControl.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/Services/src/PipelineControl.py b/MAC/Services/src/PipelineControl.py
index 8a4798f18a8..2538c27f864 100755
--- a/MAC/Services/src/PipelineControl.py
+++ b/MAC/Services/src/PipelineControl.py
@@ -154,7 +154,7 @@ class Parset(dict):
     return int(self[PARSET_PREFIX + "Observation.otdbID"])
 
 class Slurm(object):
-  def __init__(self, headnode="head01.cep4"):
+  def __init__(self, headnode="head01.cep4.control.lofar"):
     self.headnode = headnode
 
     # TODO: Derive SLURM partition name
-- 
GitLab