Dear all

I use WorkStream in my code. I initialize like this

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 ?

Thanks
praveen

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to