Index: trunk/Ohana/src/opihi/dvo/remote.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/remote.c	(revision 33963)
+++ trunk/Ohana/src/opihi/dvo/remote.c	(revision 34749)
@@ -12,4 +12,10 @@
     remove_argument (N, &argc, argv);
     VERBOSE = TRUE;
+  }
+
+  int ReadVectors = TRUE;
+  if ((N = get_argument (argc, argv, "-skip-result"))) {
+    remove_argument (N, &argc, argv);
+    ReadVectors = FALSE;
   }
 
@@ -43,5 +49,5 @@
 
   // strip of the 'remote' and send the remaining arguments to the remote machine
-  int status = HostTableParallelOps (argc - 1, &argv[1], NULL, 0, VERBOSE);
+  int status = HostTableParallelOps (argc - 1, &argv[1], NULL, ReadVectors, 0, VERBOSE);
   return status;
 }
