Host Name: avatargpu.anu.edu.au === If no file names and line numbers are shown below, one can run addr2line -Cpfie my_exefile my_line_address to convert `my_line_address` (e.g., 0x4a6b) into file name and line number. Or one can use amrex/Tools/Backtrace/parse_bt.py. === Please note that the line number reported by addr2line may not be accurate. One can use readelf -wl my_exefile | grep my_line_address' to find out the offset for that line. 0: ./LinearAlfvenWave-GPU.ex(+0x3ae377) [0x55f4d43c9377] ?? ??:0 1: ./LinearAlfvenWave-GPU.ex(+0x3b1ea9) [0x55f4d43ccea9] ?? ??:0 2: ./LinearAlfvenWave-GPU.ex(+0xbcae4) [0x55f4d40d7ae4] ?? ??:0 3: ./LinearAlfvenWave-GPU.ex(+0xbd93c) [0x55f4d40d893c] ?? ??:0 4: ./LinearAlfvenWave-GPU.ex(+0x9019c) [0x55f4d40ab19c] ?? ??:0 5: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fc71c4b11ca] 6: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fc71c4b128b] 7: ./LinearAlfvenWave-GPU.ex(+0x94a85) [0x55f4d40afa85] ?? ??:0 ===== TinyProfilers ======