Changeset 657 for branches/0.3
- Timestamp:
- 02/21/11 11:01:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3/jobmond/jobmond.py
r656 r657 391 391 """Remember alternate binary location if supplied""" 392 392 393 global GMETRIC_BINARY 393 global GMETRIC_BINARY, GMOND_CONF 394 394 395 395 if binary: … … 424 424 """ 425 425 426 global METRIC_MAX_VAL_LEN 426 global METRIC_MAX_VAL_LEN, GMETRIC_TARGET 427 427 428 428 incompatible = 0 … … 468 468 469 469 METRIC_MAX_VAL_LEN = 1400 470 471 elif version_minor == 1: 472 473 debug_msg( 0, 'Gmetric 3.1 detected, internal gmetric handling disabled. Failing back to gmetric binary' ) 474 475 METRIC_MAX_VAL_LEN = 1400 476 477 # We don't speak 3.1 gmetric so use binary 478 # 479 GMETRIC_TARGET = None 470 480 471 481 return incompatible
Note: See TracChangeset
for help on using the changeset viewer.