Changeset 38470 for trunk/Ohana/src/dvomerge
- Timestamp:
- Jun 13, 2015, 5:57:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c
r38468 r38470 10 10 11 11 int dvomergeUpdate_parallel (char *input, char *output, SkyTable *outsky, IDmapType *IDmap); 12 int dvomergeUpdate_parallel_group (HostTableGroup *group, char *absinput, char *absoutput, SkyTable *sky); 13 int dvomergeUpdate_parallel_table (HostTable *table, char *absinput, char *absoutput); 12 int dvomergeUpdate_parallel_group (HostTableGroup *group, char *absinput, char *absoutput); 14 13 15 14 int dvomergeUpdate_catalogs (char *input, char *output, SkyTable *outsky, SkyList *inlist, int NsecfiltInput, int NsecfiltOutput, IDmapType *IDmap, int *secfiltMap) { … … 233 232 return TRUE; 234 233 } 235 236 int dvomergeUpdate_parallel_group (HostTableGroup *group, char *absinput, char *absoutput);237 234 238 235 // launch the dvomergeUpdate_client jobs to the parallel hosts
Note:
See TracChangeset
for help on using the changeset viewer.
