Changeset 853 for branches/1.0
- Timestamp:
- 05/13/13 22:11:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/jobmond/jobmond.py
r852 r853 1316 1316 requested_memory = min_memory 1317 1317 1318 ppn = self.getAttr( attrs, 'ntasks_per_node' ) 1318 min_cpus = self.getAttr( attrs, 'pn_min_cpus' ) 1319 1320 if min_cpus == 0: 1321 1322 ppn = '' 1323 1324 else: 1325 ppn = min_cpus 1319 1326 1320 1327 ( something, status_long ) = self.getAttr( attrs, 'job_state' )
Note: See TracChangeset
for help on using the changeset viewer.