You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: