From: Kumar, S. <shr...@hp...> - 2010-11-02 07:18:03
|
Hi Peter, Thanks for catching this. The fix for this is: --- python/vsutil.py (revision 350) +++ python/vsutil.py (working copy) @@ -552,7 +552,7 @@ nodeIdx = nodeIdx+1 try: - newNode.setAllocationBias(int(domutil.getValue(domutil.getChildNode(node, "allocationBias")))) + newNode.setAllocationBias(int(domutil.getValue(domutil.getChildNode(node, "weight")))) except: pass I have committed this to SVN as version 351. Updating to this should fix your problem. (Changeset 351 also records the node weights in the log file) That reminds me : I need to put out 1.1-4 soon - many fixes have made it to the code since 1.1-3 ! Regards -- Shree -----Original Message----- From: Pet...@cs... [mailto:Pet...@cs...] Sent: Monday, November 01, 2010 11:56 AM To: viz...@li... Subject: [vizstack-users] Weight values in node_config.xml not working Hello, I have four nodes being managed by Vizstack/SLURM (rviz[1-4]) running on Ubuntu 10.04 and would like to have rviz1 allocated jobs last by Vizstack. According to the user guide I should be able to change the weight value for rviz1 to 1 in node_config.xml although this doesn't seem to have any effect ie rviz1 is still allocated first with viz-tvnc/viz-vgl etc scripts. Any ideas? I've tried 1.1-3 release and the latest source rev 350. Cheers, Peter Peter Tyson CSIRO IM&T - Advanced Scientific Computing Gate 5 Normanby Road Clayton Vic 3168 Ph +61 3 9545 2021 ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ vizstack-users mailing list viz...@li... https://lists.sourceforge.net/lists/listinfo/vizstack-users |