Changeset 448 for trunk/jobmond
- Timestamp:
- 07/20/07 09:52:22 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jobmond/jobmond.py
r431 r448 633 633 jobs_processed = [ ] 634 634 635 my_domain = string.join( socket.getfqdn().split( '.' )[1:], '.' ) 636 635 637 for name, attrs in joblist.items(): 636 638 … … 680 682 681 683 host = node.split( '/' )[0] 684 685 host_domain = string.join( host.split( '.' )[1:], '.' ) 686 687 if host_domain == my_domain: 688 689 host = host.split( '.' )[0] 682 690 683 691 if nodeslist.count( host ) == 0:
Note: See TracChangeset
for help on using the changeset viewer.