Dear igraph users,
I’m running my c++ code under multiple threads on Ubuntu with OpenMP and functions from the igraph c library. However, sometimes I get the error ‘igraph_error.c:186: IGRAPH_FINALLY_REAL: Assertion `no < 100’ failed.’, and when I run it without parallelism, there’s no error.
Could any of you give some hints about what’s going wrong?
Thanks in advance.
Peng