taheta
taheta
This is different, this is MCSP. This is confirmed issue. I have dropped you a code, you may take a look.
Hi Chaoran, This is the MCSP code, it still stuck after I put barrier ```c /* * compile : g++ -std=c++11 -I./ OverallTest.cpp -pthread -Wall -o overalltest * execute *...
I thought it could be gcc 4.8.5 issue, but tried my mac clang Apple LLVM version 10.0.0 (clang-1000.11.45.5) Still having same issue.
Hi Chaoran, Do you have reddit id? May I add you in chat list first?
Hi Charan, This is all the test ```c /* * compile : g++ -std=c++11 -I./ OverallTest.cpp -pthread -Wall -o overalltest * execute * valgrind --fair-sched=yes ./overalltest */ // #include #include...
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even...
it stucking at barrier wait 0x00007ffff7bcb5dc in pthread_barrier_wait () from /usr/lib64/libpthread.so.0 15 Thread 0x7fffbffff700 (LWP 651) "test" 0x00007ffff7bcb5dc in pthread_barrier_wait () from /usr/lib64/libpthread.so.0 14 Thread 0x7fffdcff9700 (LWP 650) "test" 0x00007ffff7bcb5dc...
Sorry I didnt aware, after I put. It crashed ```bash ===END Test= 2 - Fixed size wfqueue test, test type MPSC === ======Total consuming = 14000000 Execution time = 2.729662...
```c /* * compile : g++ -std=c++11 -I./ OverallTest.cpp -pthread -Wall -o overalltest * execute * valgrind --fair-sched=yes ./overalltest */ // #include #include #include #include // #include #include "queue.h" #include...