IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 24, 2015, 6:01:22 AM (11 years ago)
Author:
eugene
Message:

test for parallel dvo; add option to print full filename (automatically parallel or local); add option to scale cdensify image by a vectors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/gstar.c

    r38471 r39294  
    210210    remove_argument (N, &argc, argv);
    211211    PARALLEL = TRUE;
     212    // can this now be deprecated?
    212213  }
    213214
     
    236237
    237238  HostTable *table = NULL; 
    238   if (PARALLEL) {
    239     char *CATDIR = GetCATDIR();
     239  char *CATDIR = GetCATDIR();
     240  if (HostTableExists (CATDIR, sky->hosts)) {
    240241    table = HostTableLoad (CATDIR, sky->hosts);
    241242    if (!table) {
Note: See TracChangeset for help on using the changeset viewer.