diff --git a/RTCP/Run/src/BlueGeneControl.conf b/RTCP/Run/src/BlueGeneControl.conf
index 039c0a8cfd1a1ff4c17f959da5c0afdb4f892b60..25bd445b64def437aabbdb9f18268a893950c231 100644
--- a/RTCP/Run/src/BlueGeneControl.conf
+++ b/RTCP/Run/src/BlueGeneControl.conf
@@ -8,7 +8,7 @@ if [ "$USER" == "lofarsys" ]
 then
   if [ "`basename $HOME`" == "lofartest" ]
   then
-    PARTITION=R01-M0-N00-J00-16 # test partition
+    PARTITION=R01-M0-N00-32 # test partition
   else
     PARTITION=R00           # production partition
   fi
diff --git a/RTCP/Run/src/locations.sh.in b/RTCP/Run/src/locations.sh.in
index fcf1b5bff1d931b37a7d3a8424cdc781434118a0..ed9dbdd3b51ad8df1b8865dbca71c59edf6f2cef 100644
--- a/RTCP/Run/src/locations.sh.in
+++ b/RTCP/Run/src/locations.sh.in
@@ -116,6 +116,13 @@ function set_psetinfo() {
 
     return
   fi
+  if [ "$PARTITION" == "R01-M0-N00-32" ]
+  then
+    PSETS="10.170.1.1,10.170.1.2"
+    FIRSTPSET="10.170.1.1"
+
+    return
+  fi
 
   # list both the partition directly (small partitions) and recursively (large partitions) to get all -32 subpartitions
   # bghierarchy needs a valid stdin for some reason and will read from it, so provide a fake one