Praveen,

unsigned int n_threads = 1;
>
> Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 
> n_threads);
>
>
> But when I run this code, each process is using 1700% of CPU. The code 
> does not progress in its iterations also. What am I doing wrong ?
>
This looks correct. Can you verify that you don't have that problem when 
you are running step-9 (for WorkStream) and step-40 (for MPI)?

Do you have a minimal working example that shows this problem?

Best,
Daniel

>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to