Changeset 33547
- Timestamp:
- Mar 16, 2012, 7:56:32 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/relastro/src
- Files:
-
- 4 edited
-
UpdateObjectOffsets.c (modified) (1 diff)
-
high_speed_catalogs.c (modified) (1 diff)
-
load_catalogs.c (modified) (1 diff)
-
relastro_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/UpdateObjectOffsets.c
r33537 r33547 24 24 25 25 // does this host ID match the desired location for the table? 26 if ( !HostTableTestHost(skylist[0].regions[i], hostID)) continue;26 if (PARALLEL && !HostTableTestHost(skylist[0].regions[i], hostID)) continue; 27 27 28 28 // define the catalog file name -
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/high_speed_catalogs.c
r33537 r33547 23 23 24 24 // does this host ID match the desired location for the table? 25 if ( !HostTableTestHost(skylist[0].regions[i], hostID)) continue;25 if (PARALLEL && !HostTableTestHost(skylist[0].regions[i], hostID)) continue; 26 26 27 27 // set up the basic catalog info -
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/load_catalogs.c
r33537 r33547 23 23 24 24 // does this host ID match the desired location for the table? 25 if ( !HostTableTestHost(skylist[0].regions[i], hostID)) continue;25 if (PARALLEL && !HostTableTestHost(skylist[0].regions[i], hostID)) continue; 26 26 27 27 // we only allow output if we do not use a subset. in this case, -
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/relastro_objects.c
r33537 r33547 35 35 36 36 // does this host ID match the desired location for the table? 37 if ( !HostTableTestHost(skylist[0].regions[i], hostID)) continue;37 if (PARALLEL && !HostTableTestHost(skylist[0].regions[i], hostID)) continue; 38 38 39 39 // set up the basic catalog info
Note:
See TracChangeset
for help on using the changeset viewer.
