Index: /branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avextract.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avextract.c	(revision 33608)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avextract.c	(revision 33609)
@@ -166,5 +166,5 @@
     char hostfile[1024];
     if (PARALLEL_LOCAL) {
-      int hostID = skylist[0].regions[i]->hostID;
+      int hostID = (skylist[0].regions[i]->hostFlags & DATA_USE_BCK) ? skylist[0].regions[i]->backupID : skylist[0].regions[i]->hostID;
       int seq = table->index[hostID];
       HOSTDIR = table->hosts[seq].pathname;
