IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2014, 10:22:56 AM (12 years ago)
Author:
eugene
Message:

relphot parallel builds (not yet run or tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140206/Ohana/src/libdvo/include/dvo.h

    r36519 r36520  
    291291  double Dmin;
    292292  double Dmax;
     293
     294  char *hostname;
     295
    293296  int hostID;                 // remove machine ID in SkyTable
    294297  int stdio[3];               // fd's for communication with the remote host
    295298  int pid;                    // remote process ID
    296   char *hostname;
    297 
    298   int line_numbers;
     299  int status;
    299300
    300301  off_t Nimage;
    301302  off_t NIMAGE;
    302303  Image *image;
     304  int line_numbers;
    303305} RegionHostInfo;
    304306
    305307typedef struct {
     308  double Rmin;
     309  double Rmax;
     310  double Dmin;
     311  double Dmax;
     312
    306313  int Nhosts;
    307314  RegionHostInfo *hosts;
     
    849856void FreeRegionHostTable (RegionHostTable *table);
    850857RegionHostTable *RegionHostTableLoad (char *catdir, char *rootname);
     858int RegionHostTableWaitJobs (RegionHostTable *regionHosts, char *file, int lineno);
    851859
    852860# endif // DVO_H
Note: See TracChangeset for help on using the changeset viewer.