Re: AW: AW: AW: extended parallelism

2007-12-20 Thread Klaus Malorny
[EMAIL PROTECTED] wrote: you'll get the following dependencies among the _tasks_: taskb1: -none- taskb2: taskb1 taskb3: taskb1 where is ? Just for annotating? taskb1 : -none- parallel: taskb1 and the execution of 'parallel' would be taskb2: - none- taskb3: t

AW: AW: AW: extended parallelism

2007-12-19 Thread Jan.Materne
> Sure, but you can regard the body of a target as having an > implicit block. yes > > > > > > > > > you'll get the following dependencies among the _tasks_: > > > taskb1: -none- > taskb2: taskb1 > taskb3: taskb1 where is ? Just for annotating? taskb1 : -none-

AW: AW: AW: extended parallelism

2007-12-19 Thread Jan.Materne
> As I understand it, the order is respected under > simple circumstances, but ultimately the dependency > graph is calculated such that a dependency is executed > however early it must be to ensure that every target's > dependencies precede it. That is what I thought. The contract is only that