Disclaimer: I have not used named pipes...

That said, dolfin Files probably does not communicate with a bash pipe.
Is there anything that indicates that a file sink should be able to
communicate with a bash pipe?

Johan

On 05/03/2013 03:26 PM, Jan Blechta wrote:
> Does anybody have a clue how to do something like
> _________________
> File('fifo.xml') << some_dolfin_object
> ...
> File('fifo.xml') >> other_dolfin_object
> _________________
> 
> using named pipe? If you do
>   mkfifo fifo.xml
> in bash prior to calling python it deadlocks at <<.
> 
> Jan
> _______________________________________________
> fenics mailing list
> [email protected]
> http://fenicsproject.org/mailman/listinfo/fenics
> 

_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to