docmalloc / gplmt

GNU Affero General Public License v3.0
1 stars 0 forks source link

Node specification for tasks unclear #3

Closed FlorianDold closed 9 years ago

FlorianDold commented 9 years ago

Some task-like elements (such as sequence, run, parallel) can be given zero or more "node" elements, which is a string. This is not used anywhere in the code, except the following snippet,

if (task.node and task.node != self.node.hostname):
    g_logger.log (self.node.hostname + " : Ignoring task due to set node attribute");
    task = self.tasks.get()
    continue

where it is clearly ignored.

docmalloc commented 9 years ago

Can be removed due to experiment discussion