Changeset 33480
- Timestamp:
- Mar 11, 2012, 3:06:52 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src
- Files:
-
- 8 edited
-
opihi/dvo/mextract.c (modified) (1 diff)
-
relastro/src/UpdateObjectOffsets.c (modified) (1 diff)
-
relastro/src/load_catalogs.c (modified) (1 diff)
-
relastro/src/relastro_objects.c (modified) (1 diff)
-
relphot/src/load_catalogs.c (modified) (1 diff)
-
relphot/src/reload_catalogs.c (modified) (1 diff)
-
relphot/src/relphot_objects.c (modified) (1 diff)
-
uniphot/src/update_dvo_setphot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/mextract.c
r33400 r33480 521 521 } 522 522 if (!PARALLEL_MANUAL && !PARALLEL_SERIAL) { 523 HostTableWaitJobs (table, __FILE__, __LINE__);523 HostTableWaitJobsGetIO (table, __FILE__, __LINE__); 524 524 } 525 525 -
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/UpdateObjectOffsets.c
r33448 r33480 157 157 } 158 158 if (!PARALLEL_MANUAL && !PARALLEL_SERIAL) { 159 HostTableWaitJobs (table, __FILE__, __LINE__);159 HostTableWaitJobsGetIO (table, __FILE__, __LINE__); 160 160 } 161 161 -
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/load_catalogs.c
r33448 r33480 193 193 } 194 194 if (!PARALLEL_MANUAL && !PARALLEL_SERIAL) { 195 HostTableWaitJobs (table, __FILE__, __LINE__);195 HostTableWaitJobsGetIO (table, __FILE__, __LINE__); 196 196 } 197 197 -
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/relastro_objects.c
r33452 r33480 186 186 } 187 187 if (!PARALLEL_MANUAL && !PARALLEL_SERIAL) { 188 HostTableWaitJobs (table, __FILE__, __LINE__);188 HostTableWaitJobsGetIO (table, __FILE__, __LINE__); 189 189 } 190 190 -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/load_catalogs.c
r33452 r33480 184 184 } 185 185 if (!PARALLEL_MANUAL && !PARALLEL_SERIAL) { 186 HostTableWaitJobs (table, __FILE__, __LINE__);186 HostTableWaitJobsGetIO (table, __FILE__, __LINE__); 187 187 } 188 188 -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/reload_catalogs.c
r33452 r33480 198 198 } 199 199 if (!PARALLEL_MANUAL && !PARALLEL_SERIAL) { 200 HostTableWaitJobs (table, __FILE__, __LINE__);200 HostTableWaitJobsGetIO (table, __FILE__, __LINE__); 201 201 } 202 202 return (TRUE); -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/relphot_objects.c
r33472 r33480 179 179 } 180 180 if (!PARALLEL_MANUAL && !PARALLEL_SERIAL) { 181 HostTableWaitJobs (table, __FILE__, __LINE__);181 HostTableWaitJobsGetIO (table, __FILE__, __LINE__); 182 182 } 183 183 -
branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/update_dvo_setphot.c
r33471 r33480 147 147 } 148 148 if (!PARALLEL_MANUAL && !PARALLEL_SERIAL) { 149 HostTableWaitJobs (table, __FILE__, __LINE__);149 HostTableWaitJobsGetIO (table, __FILE__, __LINE__); 150 150 } 151 151
Note:
See TracChangeset
for help on using the changeset viewer.
