bioinfologics / satsuma2

FFT cross-correlation based synteny aligner, (re)designed to make full use of parallel computing
41 stars 13 forks source link

test_SatsumaSynteny2 segfaults with gcc7 #30

Open binlu1981 opened 4 years ago

binlu1981 commented 4 years ago

Hi Jon,

How to change set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -lpthread -pthread -std=c++14 -O0 -w") so as to avoid Segmentation fault (core dumped) when using GCC 7 to compile SatsumaSynteny2 ? Although build successfully, it failed to run ./test_SatsumaSynteny2 with the Segmentation fault.

Any suggestions? Thanks Bin