Changeset 34948
- Timestamp:
- Jan 17, 2013, 6:09:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
r34926 r34948 162 162 if sizeToBeIngested == 0.0: smfsPerGB = 999999999 163 163 else: smfsPerGB = len(ids)/sizeToBeIngested 164 self.logger.infoPair("DVO to be ingested", "% .1fGB" % sizeToBeIngested)164 self.logger.infoPair("DVO to be ingested", "%7.1e GB" % sizeToBeIngested) 165 165 self.logger.infoPair("smfs-per-GB", "%.1f" % smfsPerGB) 166 166 … … 169 169 # XXXX EAM : this should happen for both P2 and Stack detection 170 170 # XXXX EAM : in parallel model, this should happen for all P2 & Stack batches 171 # 171 172 if batchType == 'P2' and smfsPerGB > 30: 172 173 if not self.dvoDetections.sync():
Note:
See TracChangeset
for help on using the changeset viewer.
