<div dir="ltr">Pasting the code snippet link again without any formatting - <a href="https://gist.github.com/raghav0307/9252fc7b568bc35baab29bdc9da70618">https://gist.github.com/raghav0307/9252fc7b568bc35baab29bdc9da70618</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 7, 2021 at 11:55 PM Raghav Gupta <<a href="mailto:raghav18076@iiitd.ac.in">raghav18076@iiitd.ac.in</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I am trying to use argobots for writing a recursive task parallel program. </div><div><br></div><div>I have taken a very simple recursive task program example, where I am creating a parent argobot task which creates two child argobots tasks and then waits for them by calling ABT_task_free(). When I run this program with one xstream I find that it doesn't terminate. <i>(Code snippet - </i><a href="https://gist.github.com/raghav0307/9252fc7b568bc35baab29bdc9da70618" style="font-style:italic" target="_blank">https://gist.github.com/raghav0307/9252fc7b568bc35baab29bdc9da70618</a><i> )</i></div><div><br></div><div>My understanding is that this is because the parent task never yields the xstream to the child tasks, and hence the program gets stuck.</div><div><br></div><div>This program terminates when I use argobot threads instead of argobot tasks. Could someone point me to why this is not working with argobot tasks?</div><div><br></div><div>Best,</div><div>Raghav</div></div>
</blockquote></div>