Open kad-ecoli opened 3 years ago
I got the same error. In the process()
function of dace.cpp
, I found that the memory allocated by seqbuf = new long [(long)(TOT_SIZE * 1.5)];
is too small and causes overflow. Changing it to seqbuf = new long [(long)(TOT_SIZE * 2)];
works for me.
I try to compile dace with openmpi 2.1.6, but get the following error:
I tried to change line 404 and 408 to
and
This indeed ensures build can be completed. However, when I test my executable on the example data, I cannot run through: