Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

test_atomic_pic.exe hangs

empty_void
Beginner
230 Views
I tried to compile each v4.0 commercial aligned release fromhttp://threadingbuildingblocks.orgon Fedora 11 (32bit) with GCC 4.4.1 (using `make all` command). Every time the second round of testing hangs on `test_atomic_pic.exe` (`top` shows ~100% cpu utilization on a single-core processor and ~200% - on a quad-core processor). That is, this test does not end after more than 10 hours.
ps: `test_atomic_pic.exe` does not hang onthe first round of testing, though this test and`test_atomic.exe` output a few `TBB Warning: atomic store on misaligned 8-byte location is slow` during the first round.
0 Kudos
1 Reply
Vladimir_P_1234567890
230 Views
Hiempty.void,

thanks for report, a few more details: did you run "make clean" between "make all"? there might be a problem with a makefiletest_atomic/test_atomic_pic reported earlier(http://software.intel.com/en-us/forums/showthread.php?t=102799)
--Vladimir
0 Kudos
Reply