- Timestamp:
- Nov 5, 2012, 5:47:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/Ohana/src/opihi/dvo/remote.c
r33963 r34654 12 12 remove_argument (N, &argc, argv); 13 13 VERBOSE = TRUE; 14 } 15 16 int ReadVectors = TRUE; 17 if ((N = get_argument (argc, argv, "-skip-result"))) { 18 remove_argument (N, &argc, argv); 19 ReadVectors = FALSE; 14 20 } 15 21 … … 43 49 44 50 // strip of the 'remote' and send the remaining arguments to the remote machine 45 int status = HostTableParallelOps (argc - 1, &argv[1], NULL, 0, VERBOSE);51 int status = HostTableParallelOps (argc - 1, &argv[1], NULL, ReadVectors, 0, VERBOSE); 46 52 return status; 47 53 }
Note:
See TracChangeset
for help on using the changeset viewer.
