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
I cloned the repository to my laptop and built with the flag -DSERIAL=1; however, several examples (including simple) failed with a segmentation fault, apparently always when calling the subroutine print_info of a new network. However, when I built with -DSERIAL=1 -DCMAKE_BUILD_TYPE=debug to investigate where it fails, the segmentation fault was gone.
Hi @asandrock, thank you for reporting. Are you by any chance able to try this with a later version of gfortran? On Ubuntu 22.04 and gfortran 10, 11, 12, I'm unable to reproduce.
I cloned the repository to my laptop and built with the flag -DSERIAL=1; however, several examples (including simple) failed with a segmentation fault, apparently always when calling the subroutine print_info of a new network. However, when I built with -DSERIAL=1 -DCMAKE_BUILD_TYPE=debug to investigate where it fails, the segmentation fault was gone.
System: Ubuntu 20.04.6 LTS (GNU/Linux 5.15.90.1-microsoft-standard-WSL2 x86_64)
Compiler: GNU Fortran (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Build system: CMake 3.26.3
The text was updated successfully, but these errors were encountered: