Changeset 35078 for branches/eam_branches/ipp-20121219
- Timestamp:
- Jan 31, 2013, 5:49:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/Ohana/src/dvopsps/src/insert_detections_dvopsps.c
r35071 r35078 42 42 MYSQL mysqlBase; 43 43 MYSQL *mysqlReal = NULL; 44 if (! SAVE_REMOTE) {44 if (!PARALLEL || !SAVE_REMOTE) { 45 45 mysqlReal = mysql_dvopsps_connect (&mysqlBase); 46 46 if (!mysqlReal) { … … 102 102 return (TRUE); 103 103 } 104 105 # define DEBUG 1106 104 107 105 int insert_detections_dvopsps_parallel (SkyTable *sky) { … … 155 153 int pid = rconnect ("ssh", table->hosts[i].hostname, command, table->hosts[i].stdio, &errorInfo, FALSE); 156 154 if (!pid) { 157 if (DEBUG)fprintf (stderr, "failure to start %s (error %d)\n", table->hosts[i].hostname, errorInfo);155 fprintf (stderr, "failure to start %s (error %d)\n", table->hosts[i].hostname, errorInfo); 158 156 exit (1); 159 157 }
Note:
See TracChangeset
for help on using the changeset viewer.
