Created
September 21, 2018 05:42
-
-
Save v0dro/fb682d9fe7e1217ab4a59a3f0bccb56a to your computer and use it in GitHub Desktop.
Stacktrace for SLATE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 0x00007ffff7b284b7 in PMPI_Comm_rank () | |
from /usr/local/openmpi-3.1.1/lib/libmpi.so.40 | |
#1 0x0000555555559ca5 in slate::MatrixStorage<double>::MatrixStorage ( | |
this=0x5555557c6fb0, m=16, n=16, nb=4, p=2, q=2, mpi_comm=1) | |
at /home/sameer.deshmukh/gitrepos/slate/slate_Storage.hh:247 | |
#2 0x00005555555597c8 in __gnu_cxx::new_allocator<slate::MatrixStorage<double> >::construct<slate::MatrixStorage<double>, long&, long&, long&, int&, int&, int&> (this=0x7fffffffc8f7, __p=0x5555557c6fb0, __args#0=@0x7fffffffcc40: 16, | |
__args#1=@0x7fffffffcc38: 16, __args#2=@0x7fffffffcc30: 4, | |
__args#3=@0x7fffffffcc2c: 2, __args#4=@0x7fffffffcc28: 2, | |
__args#5=@0x7fffffffcc80: 1) at /usr/include/c++/7/ext/new_allocator.h:136 | |
#3 0x000055555555962e in std::allocator_traits<std::allocator<slate::MatrixStorage<double> > >::construct<slate::MatrixStorage<double>, long&, long&, long&, int&, int&, int&> (__a=..., __p=0x5555557c6fb0, __args#0=@0x7fffffffcc40: 16, | |
__args#1=@0x7fffffffcc38: 16, __args#2=@0x7fffffffcc30: 4, | |
__args#3=@0x7fffffffcc2c: 2, __args#4=@0x7fffffffcc28: 2, | |
__args#5=@0x7fffffffcc80: 1) at /usr/include/c++/7/bits/alloc_traits.h:475 | |
#4 0x00005555555593e0 in std::_Sp_counted_ptr_inplace<slate::MatrixStorage<double>, std::allocator<slate::MatrixStorage<double> >, (__gnu_cxx::_Lock_policy)2>::_Sp_counted_ptr_inplace<long&, long&, long&, int&, int&, int&> ( | |
this=0x5555557c6fa0, __a=...) | |
at /usr/include/c++/7/bits/shared_ptr_base.h:526 | |
#5 0x000055555555907a in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__sha---Type <return> to continue, or q <return> to quit--- | |
red_count<slate::MatrixStorage<double>, std::allocator<slate::MatrixStorage<double> >, long&, long&, long&, int&, int&, int&> (this=0x7fffffffcd30, __a=...) | |
at /usr/include/c++/7/bits/shared_ptr_base.h:637 | |
#6 0x0000555555558e96 in std::__shared_ptr<slate::MatrixStorage<double>, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<slate::MatrixStorage<double> >, long&, long&, long&, int&, int&, int&> (this=0x7fffffffcd28, __tag=..., | |
__a=...) at /usr/include/c++/7/bits/shared_ptr_base.h:1295 | |
#7 0x0000555555558d94 in std::shared_ptr<slate::MatrixStorage<double> >::shared_ptr<std::allocator<slate::MatrixStorage<double> >, long&, long&, long&, int&, int&, int&> (this=0x7fffffffcd28, __tag=..., __a=...) | |
at /usr/include/c++/7/bits/shared_ptr.h:344 | |
#8 0x0000555555558bc7 in std::allocate_shared<slate::MatrixStorage<double>, std::allocator<slate::MatrixStorage<double> >, long&, long&, long&, int&, int&, int&> (__a=..., __args#0=@0x7fffffffcc40: 16, __args#1=@0x7fffffffcc38: 16, | |
__args#2=@0x7fffffffcc30: 4, __args#3=@0x7fffffffcc2c: 2, | |
__args#4=@0x7fffffffcc28: 2, __args#5=@0x7fffffffcc80: 1) | |
at /usr/include/c++/7/bits/shared_ptr.h:691 | |
#9 0x00005555555588f3 in std::make_shared<slate::MatrixStorage<double>, long&, long&, long&, int&, int&, int&> (__args#0=@0x7fffffffcc40: 16, | |
__args#1=@0x7fffffffcc38: 16, __args#2=@0x7fffffffcc30: 4, | |
__args#3=@0x7fffffffcc2c: 2, __args#4=@0x7fffffffcc28: 2, | |
__args#5=@0x7fffffffcc80: 1) at /usr/include/c++/7/bits/shared_ptr.h:707 | |
#10 0x000055555555857f in slate::BaseMatrix<double>::BaseMatrix ( | |
---Type <return> to continue, or q <return> to quit--- | |
this=0x7fffffffcd00, m=16, n=16, nb=4, p=2, q=2, mpi_comm=1) | |
at /home/sameer.deshmukh/gitrepos/slate/slate_BaseMatrix.hh:380 | |
#11 0x000055555555834e in slate::Matrix<double>::Matrix (this=0x7fffffffcd00, | |
m=16, n=16, nb=4, p=2, q=2, mpi_comm=1) | |
at /home/sameer.deshmukh/gitrepos/slate/slate_Matrix.hh:160 | |
#12 0x0000555555556f7f in main (argc=1, argv=0x7fffffffce48) at slate_lu.cpp:14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment