Project

General

Profile

Bug #11627

Updated by Peter Amstutz almost 7 years ago

Node manager is supposed to assign a weight to compute nodes when they come up.    The weight controls scheduling preference (prefer to schedule work on lower weight nodes).    The weight currently uses price per hour * 1000.    However, it seems that the process within node manager which is supposed to set the weight doesn't always run, as a result when we run "sinfo" the weight for most nodes is 1. 

Back