Re: [deal.II] OpenMP

2020-11-30 Thread Wolfgang Bangerth
On 11/30/20 4:46 PM, Zachary 42! wrote: 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. Zachary, You are of course

[deal.II] OpenMP

2020-11-30 Thread Zachary 42!
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

[deal.II] openmp flag in CMake?

2017-07-16 Thread Kartik Jujare
Hello, Would be grateful if anyone could correct or direct me to the right solution. As a test I have a following for loop is a step file #pragma omp parallel { #pragma omp for //private(k) reduction(+:integral) for (k = 0; k < 4; k++) { sleep(1); } } Now the time outputs of the this for