Changeset 35109 for trunk/Ohana/src/opihi/dvo/remote.c
- Timestamp:
- Feb 6, 2013, 3:30:44 PM (13 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dvo/remote.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20121219/Ohana/src/opihi (added) merged: 34858,34876-34877,34886-34887,34890-34891,34895,34898,34901,34903,34935,34999,35096
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/dvo/remote.c
r34749 r35109 26 26 gprint (GP_ERR, " -v : verbose mode:\n"); 27 27 gprint (GP_ERR, "OR: remote -reload (uniquer)\n"); 28 gprint (GP_ERR, "OR: remote -get-results (uniquer)\n"); 28 29 return FALSE; 29 30 } … … 48 49 } 49 50 51 if ((N = get_argument (argc, argv, "-get-results"))) { 52 remove_argument (N, &argc, argv); 53 if (argc != 2) { 54 gprint (GP_ERR, "USAGE: remote -get-results (uniquer)\n"); 55 gprint (GP_ERR, " (uniquer) is the element in the middle of the results file\n"); 56 gprint (GP_ERR, " eg: dvo.results.XXXXX.YYYYY.fits\n"); 57 return FALSE; 58 } 59 int status = HostTableGetResults (argv[1], VERBOSE); 60 return status; 61 } 62 50 63 // strip of the 'remote' and send the remaining arguments to the remote machine 51 64 int status = HostTableParallelOps (argc - 1, &argv[1], NULL, ReadVectors, 0, VERBOSE);
Note:
See TracChangeset
for help on using the changeset viewer.
