incorrect output with TBB pipeline
问题 I have written a C structure with different values (100 times) in text files such as 1.txt, 2.txt ... 100.txt I am using Intel TBB on Linux. I have created: InputFilter (serial_in_order MODE) TransformFIlter (serial_in_order MODE) OutputFilter (Serial_in_order MODE) The InputFilter reads structure from a file and passes it to TransformFilter. The TrasnformFilter updates the structure values and passes it to OutputFilter. The OutputFilter writes the new structure on the disc. Basically, it is