IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2012, 4:18:58 PM (14 years ago)
Author:
eugene
Message:

split out time from csystem inits in dbExtractAverageInit to dbExtractAverageInitAve; allow option to skip result output for parallel ops; fix remote -reload; flush, fsync, fsetlockfile on remote command to ensure all machines see it (and report errors caught); handle equal value bins in threshold function; set global variable to hold the scrip name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/Ohana/src/opihi/dvo/avmatch.c

    r33827 r33944  
    6666  if (!InitPhotcodes ()) goto escape;
    6767  Nsecfilt = GetPhotcodeNsecfilt ();
     68
     69  // init locally static variables (time refs)
     70  dbExtractAveragesInit ();
    6871
    6972  // this does all the work of re-packaging the command, calling it on the remote machines, then loading in the results
     
    206209
    207210      // reset counters for saved fields, extract fields
    208       dbExtractAveragesInit ();
     211      dbExtractAveragesInitAve ();
    209212      for (n = 0; n < Nfields; n++) {
    210213        values[n] = dbExtractAverages (&catalog.average[Ncat], &catalog.secfilt[Ncat*Nsecfilt], &catalog.measure[m], &fields[n]);
Note: See TracChangeset for help on using the changeset viewer.