Hi,
a few minutes after starting my program, I am currently seeing this error:
sched.c:1185: cilk assertion failed: w->l->throttle_countdown != 0
(sometimes this exact same message is repeated once)
I am using:
icpc -v
Version 12.0.4
on Ubuntu 10.04 LTS, 2.6.32-33-generic #70-Ubuntu SMP Thu Jul 7 21:13:52 UTC 2011 x86_64 GNU/Linux
I am not able to provide a simple and tiny test-case. However I can provide my full source code (a modified minisat version) and instructions on how to reproduce it (basically exectute make and run the program with a specific input).
As of now, it seems that the problem does not exist with the -cilk-serialize switch. At least it runs for more than ten hours without showing the assertion or any other sign of failure, but it has not completeted yet.
Is this a known issue? Does this error point in one direction or the other?
The program calls cilk_spawn very often. Can this lead to the above mentioned error?
Any help or comment on the issue is appreciated.
Thanks Jan


