LUOXIAO
LUOXIAO
The same issue. But on my case, I reconstructed the matrix using M'=UΣV^† . The real matrix input yields reasonable answer, and it fails for complex matrix input. Here is...
I think I have found the bugs in svd_compressed(). The svd calculation for complex matrix is $A=U\Sigma V^\dagger$, where $U$ and $V^\dagger$ are complex matrices. The " ${}^\dagger$ " means...
> Thanks for raising this issue @LUOXIAO92. It's not clear to me if this is a `dask/dask` issue or a `dask/dask-mpi` issue. Could you post logs / tracebacks? A message...
Here is more information: This issue occurred at arm64 cluster that the cpus are Fujitsu's A64FX, which is 48 cores. The usable memory is 28 Gbytes per node. I suspected...
The following log is the case of exiting the job successfully, but still with a error ```UCXError: : Connection reset by remote peer``` log ``` 2023-09-24 20:19:25,516 - distributed.scheduler -...