IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2013, 11:17:39 AM (13 years ago)
Author:
eugene
Message:

when using master mysql I/O for detections, only connect to mysql on the master (and only connect once); do not use BZERO/BSCALE for int64 fields; drop/create object tables (and do not call mysql_store_result for create/drop calls); only launch dvopsps_client for hosts actually needed for selected regions; pass -cpt option to client if supplied to master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/Ohana/src/dvopsps/src/initialize_dvopsps.c

    r35069 r35093  
    107107  }
    108108
     109  HOST_ID = 0;
    109110  PARALLEL = FALSE;
    110111  if ((N = get_argument (argc, argv, "-parallel"))) {
     
    193194  int N;
    194195
     196  // by definition, the client is not parallel
     197  PARALLEL = FALSE;
     198  PARALLEL_MANUAL = FALSE;
     199  PARALLEL_SERIAL = FALSE;
     200
    195201  if ((N = get_argument (argc, argv, "-dbhost"))) {
    196202    remove_argument (N, &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.