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/remote.c

    r33911 r33944  
    3131
    3232  if ((N = get_argument (argc, argv, "-reload"))) {
    33     if (argc != N) {
     33    remove_argument (N, &argc, argv);
     34    if (argc != 2) {
    3435      gprint (GP_ERR, "USAGE: remote -reload (uniquer)\n");
    3536      gprint (GP_ERR, " (uniquer) is the element in the middle of the results file\n");
     
    3738      return FALSE;
    3839    }
    39     remove_argument (N, &argc, argv);
    4040    int status = HostTableReloadResults (argv[1], VERBOSE);
    4141    return status;
Note: See TracChangeset for help on using the changeset viewer.