Sam Owens
Sam Owens
I can run 502 ok on my mac, not sure what is going on there - is this test running on two cores?
It doesn't build the executable - could this be the error I had before with the fortran compiler version?
Yes but on my mac it doesn't build the executable
I don't know what's going on here, it's a segmentation fault and the backtrace gives nothing: ``` Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this...
How would I go about making sure it's using gcc-9? I've tried `export FC=gfortran-9` but then running `python3 tests/run_tests.py master dmey/ci-fixes Debug` gives: ``` Switched to branch 'master' Your branch...
Have already tried that, no success.
`whereis gfortran-9` returns nothing, and I tried doing that but it returns this: ``` M tests/scripts/build_model.py Switched to branch 'master' Your branch is up to date with 'origin/master'. Traceback (most...
Yeah the normal way works fine - `make` then builds the executable successfully
Here's the output: ``` environ({'TERM_SESSION_ID': 'w0t0p0:61DE275F-5AB7-439D-B3AC-562ACCA2E1EB', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.HUdepqYGuc/Listeners', 'LC_TERMINAL_VERSION': '3.3.9', 'COLORFGBG': '15;0', 'ITERM_PROFILE': 'Default', 'SQLITE_EXEMPT_PATH_FROM_VNODE_GUARDS': '/Users/samowens/Library/WebKit/Databases', 'XPC_FLAGS': '0x0', 'LANG': 'en_GB.UTF-8', 'PWD': '/Users/samowens/u-dales-testing/u-dales', 'SHELL': '/bin/zsh', 'SECURITYSESSIONID': '186a6', 'TERM_PROGRAM_VERSION': '3.3.9', 'TERM_PROGRAM': 'iTerm.app',...
Ahh the nuclear option, should've just gone with that initially, it works. I can now reproduce the error, but it's no clearer. Is there any way I can look at...