Changeset 35416 for trunk/Ohana/src/opihi/dvo/remote.c
- Timestamp:
- Apr 19, 2013, 4:31:05 PM (13 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/opihi
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130307/Ohana/src/opihi (added) merged: 35316,35327,35339-35340,35342,35347,35350,35355,35401,35412
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/dvo/remote.c
r35109 r35416 61 61 } 62 62 63 // load the list of hosts 64 SkyTable *sky = GetSkyTable(); 65 if (!sky) { 66 gprint (GP_ERR, "failed to load sky table for database\n"); 67 return FALSE; 68 } 69 SkyList *skylist = NULL; 70 ALLOCATE (skylist, SkyList, 1); 71 skylist[0].Nregions = sky[0].Nregions; 72 strcpy (skylist[0].hosts, sky[0].hosts); 73 63 74 // strip of the 'remote' and send the remaining arguments to the remote machine 64 int status = HostTableParallelOps (argc - 1, &argv[1], NULL, ReadVectors, 0, VERBOSE); 75 int status = HostTableParallelOps (skylist, argc - 1, &argv[1], NULL, ReadVectors, 0, VERBOSE); 76 free (skylist); 65 77 return status; 66 78 }
Note:
See TracChangeset
for help on using the changeset viewer.
