Hi everyone, I mainly would like a good old ```#pragma omp for``` to parallelize for-loops. Should I use a "workstream" for this? Can someone point me in the right direction within deal.II to look for these capabilities? I imagine all the classics like scan and reduction, etc., must be in this project.
I hope this added more clarity. Thank you, Zachary On Monday, November 30, 2020 at 5:46:59 PM UTC-6 Zachary Streeter wrote: > Hi everyone, > > I am wondering if deal.II has any OpenMP capabilities or if they would be > easily incorporated? > > I know the deal.II project uses TBB for multithreading but I would like to > run multithreaded on computers that may not have TBB. > > Cheers, > > Zachary -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/fa918d7b-8757-47c4-aaf9-140a069a3846n%40googlegroups.com.
