Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does Fortress support some form of static effects tracking to prevent using side effects within parallel constructs?

0
Posted

Does Fortress support some form of static effects tracking to prevent using side effects within parallel constructs?

0

No. To our knowledge there is no system of static effects tracking that deals gracefully with large shared arrays, the bread and butter of parallel computing. There are systems that attack the problem in a limited way–for example by allowing computations to access only a single array element in an individual parallel computation, or by partitioning an array into disjoint pieces–but Fortress is designed for general-purpose parallel programming.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123