Hi,
I tried to turn off exessive logging in parallel by the command:
parameters["std_out_all_processes"] = False
But it doesn't work in my case and I don't know why.
I use Ubuntu 12.04 x64 and dolfin 1.4.
I am using "demo/documented/navier-stokes/python/demo_navier-stokes.py" example.
Link to example:
http://fenicsproject.org/documentation/dolfin/1.4.0/python/demo/documented/navier-stokes/python/documentation.html
To run program in parallel I use the command:
mpirun -n 2 python demo_navier-stokes.py
Did anyone have the same problem?
Could you help me to solve it?
Thanks in advance!
Best regards,
Maksim