FIDESlib: Error when doing rotations/cipher by cipher multiplications

Hello, I keep experiencing this same error when doing any multiplications or ciphertext by ciphertext multiplications (scalar multiplications do not trigger the error):

‘std::out_of_range’
what(): vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)

I get this error even when running the example program simple.cpp in the new version of FIDESlib. This leads me to believe it may be a library issue with OpenFHE/FIDESlib. Please let me know if you have seen this before!

Hello,

FIDESlib developer here,

I could not reproduce this issue on my side,

Could you provide the full program output, and, if possible, a rerun with relwithdebinfo/debug fideslib build?

Thanks for the response. I had an issue with linking NCCL correctly, but was able to fix it.