Host Name: biollante === 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: ./REMORA3d.gnu.TEST.TPROF.MPI.PNC.ex(+0x4882a7) [0x63802b3a92a7] amrex::BLBackTrace::print_backtrace_info(_IO_FILE*) at /usr/include/x86_64-linux-gnu/bits/unistd.h:145 (discriminator 7) (inlined by) amrex::BLBackTrace::print_backtrace_info(_IO_FILE*) at /scratch/AMReX_RegTesting/amrex//Src/Base/AMReX_BLBackTrace.cpp:215 (discriminator 7) 1: ./REMORA3d.gnu.TEST.TPROF.MPI.PNC.ex(+0x48d9be) [0x63802b3ae9be] amrex::BLBackTrace::handler(int) at /scratch/AMReX_RegTesting/amrex//Src/Base/AMReX_BLBackTrace.cpp:103 2: ./REMORA3d.gnu.TEST.TPROF.MPI.PNC.ex(+0x24c017) [0x63802b16d017] std::_Vector_base >::_M_deallocate(char*, unsigned long) at /usr/include/c++/13/bits/stl_vector.h:389 (inlined by) std::_Vector_base >::~_Vector_base() at /usr/include/c++/13/bits/stl_vector.h:369 (inlined by) std::vector >::~vector() at /usr/include/c++/13/bits/stl_vector.h:738 (inlined by) amrex::Assert_host(char const*, char const*, int, char const*, unsigned long) at /scratch/AMReX_RegTesting/amrex//Src/Base/AMReX.cpp:322 3: ./REMORA3d.gnu.TEST.TPROF.MPI.PNC.ex(+0x6f76d) [0x63802af9076d] std::__cxx11::basic_string, std::allocator >::_M_data() const at /usr/include/c++/13/bits/basic_string.h:223 (inlined by) std::__cxx11::basic_string, std::allocator >::_M_is_local() const at /usr/include/c++/13/bits/basic_string.h:264 (inlined by) std::__cxx11::basic_string, std::allocator >::_M_dispose() at /usr/include/c++/13/bits/basic_string.h:282 (inlined by) std::__cxx11::basic_string, std::allocator >::~basic_string() at /usr/include/c++/13/bits/basic_string.h:804 (inlined by) amrex::Vector >::operator[](unsigned long) at /scratch/AMReX_RegTesting/amrex//Src/Base/AMReX_Vector.H:36 4: ./REMORA3d.gnu.TEST.TPROF.MPI.PNC.ex(+0x4fca3) [0x63802af70ca3] REMORA::ReadParameters() at /scratch/AMReX_RegTesting/REMORA/Exec/IdealMiniGrid/../../Source/REMORA.cpp:1612 (discriminator 1) 5: ./REMORA3d.gnu.TEST.TPROF.MPI.PNC.ex(+0x60f93) [0x63802af81f93] REMORA::REMORA() at /scratch/AMReX_RegTesting/REMORA/Exec/IdealMiniGrid/../../Source/REMORA.cpp:88 (discriminator 1) 6: ./REMORA3d.gnu.TEST.TPROF.MPI.PNC.ex(+0x45594) [0x63802af66594] main at /scratch/AMReX_RegTesting/REMORA/Exec/IdealMiniGrid/../../Source/main.cpp:157 7: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7c179222a1ca] 8: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7c179222a28b] 9: ./REMORA3d.gnu.TEST.TPROF.MPI.PNC.ex(+0x488f5) [0x63802af698f5] ?? ??:0 ===== TinyProfilers ====== main() REMORA::InitData() REMORA::REMORA() REMORA::ReadParameters()