Changes between Version 4 and Version 5 of UsingBenito
- Timestamp:
- Jun 29, 2011 3:18:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingBenito
v4 v5 81 81 }}} 82 82 83 === Node list === 84 85 The {{{node_list}}} command takes an extra flag {{{-e}}} or {{{--extra}}} to list extra nodes from your experiments. Use it like so: 86 87 {{{ 88 users$ node_list --extra 89 YourPID/some-experiment 90 pnode-0001.some-experiment.YourPID / pc003 91 pnode-0000.some-experiment.YourPID / pc038 92 extra nodes: 93 node-1.some-experiment.YourPID 94 node-2.some-experiment.YourPID 95 node-3.some-experiment.YourPID 96 node-4.some-experiment.YourPID 97 node-5.some-experiment.YourPID 98 node-5.some-experiment.YourPID 99 }}} 100 101 This makes use of the {{{experiment.extra_nodes}}} XML-RPC method. This method takes two arguments: proj and exp, which are PID and EID respectively. 102 83 103 === Start commands === 84 104 … … 98 118 The following is a list of missing features that will probably cause you some pain and suffering. Actually implementing these features is my highest priority task at the moment, so please bear with me for the time being. 99 119 100 * Any way of getting a list of nodes and/or node status120 * Node status, beyond existence 101 121 * Ability to choose a different OS than Ubuntu 10.10 (Maverick) 102 122 * Ability to install software using apt on Ubuntu (and any other OS)