IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2013, 6:21:45 AM (13 years ago)
Author:
eugene
Message:

modify mmatch to provide host information needed to spawn jobs only on the appropriate machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/Ohana/src/opihi/dvo/skyregion.c

    r33662 r35401  
    9898  new[0].Nregions = 0;
    9999  new[0].ownElements = FALSE; // this list is only holding a view to the elements
     100  strcpy (new[0].hosts, sky[0].hosts);
    100101
    101102  // output list
     
    107108  list[0].Nregions = 0;
    108109  list[0].ownElements = FALSE; // this list is only holding a view to the elements
     110  strcpy (list[0].hosts, sky[0].hosts);
    109111
    110112  for (i = 0; i < Npts; i++) {
Note: See TracChangeset for help on using the changeset viewer.