- Timestamp:
- Mar 6, 2014, 4:42:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206/Ohana/src/libdvo/include/dvo.h
r36576 r36577 311 311 off_t *imseq; 312 312 313 int *neighbors; 314 int Nneighbors; 313 int *neighbors; // list of neighbor index values 314 int Nneighbors; // number of neighbors 315 char isNeighbor; // TRUE if I am a neighbor to the current region host 315 316 } RegionHostInfo; 316 317 … … 906 907 int RegionHostTableWaitJobs (RegionHostTable *regionHosts, char *file, int lineno); 907 908 int RegionHostTableWaitJobsGetIO (RegionHostTable *regionHosts, char *file, int lineno, int VERBOSE); 909 int RegionHostFindNeighbors (RegionHostTable *table, int Nhost); 908 910 909 911 # endif // DVO_H
Note:
See TracChangeset
for help on using the changeset viewer.
