Changeset 37597
- Timestamp:
- Nov 13, 2014, 5:27:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/relphot/src/reload_catalogs.c
r37595 r37597 128 128 } 129 129 130 int reload_catalog_parallel_group (HostTableGroup *group, SkyList *sky, char *imageFile); 131 130 132 // XXX Image to Image Subset 131 133 int reload_catalogs_parallel (SkyList *sky) { … … 168 170 169 171 int Ngroups; 170 HostTable *groups = HostTableGroups (table, &Ngroups);172 HostTableGroup *groups = HostTableGroups (table, &Ngroups); 171 173 // split the table into Ngroups, each with a unique set of machines (this avoids overloading the remote host machines) 172 174 175 int i; 173 176 for (i = 0; i < Ngroups; i++) { 174 177 // update only a group of unique machines at a time
Note:
See TracChangeset
for help on using the changeset viewer.
