sdpb icon indicating copy to clipboard operation
sdpb copied to clipboard

Error: OSC UCX component priority set inside component query failed

Open cbehan opened this issue 7 months ago • 7 comments

With pycftboot, it seems easy to generate XML files which need to be processed with pmp2sdp -f json instead of pmp2sdp -f bin. The simplest testcase I could make is attached. In json mode it works perfectly but in bin mode it results in:

/usr/include/c++/14.1.1/bits/stl_vector.h:1130: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator [with _Tp = El::BigFloat; _Alloc = std::allocatorEl::BigFloat; reference = El::BigFloat&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. mySDP.xml.gz

cbehan avatar Jul 06 '24 23:07 cbehan