Index: trunk/tools/eam/rawfix.20230221/src/rawfix.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.pt	(revision 42446)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.pt	(revision 42447)
@@ -15,4 +15,11 @@
 $mypath = /data/ippb07.0/home/eugene/rawfix.20230221
 
+# I need to avoid ATRC machines for jobs which try to access Nebulous or GPC
+# I cannot define an avoidance list for a job, so I need to specify the 
+# required host
+
+$HOST_CKCHIP  = ipp060
+$HOST_FIXCHIP = ipp070
+
 if (not($?LOGDIR)) 
   $LOGDIR = $mypath/pantasks_logs
@@ -28,4 +35,10 @@
 input rawfix.md5sum.pt
 input rawfix.md5chk.pt
+
+if (not($?INIT_RAWFIX)) 
+  control host add $HOST_CKCHIP
+  control host add $HOST_FIXCHIP
+  $INIT_RAWFIX = 1
+end
 
 ######################### UTILITIES #################################
