pyvkfft-test --systematic --backend cupy --gpu gtx --max-nb-tests 0 --nproc 2 --ndim 3 --range 2 550 --dst 3 --bluestein --inplace --double --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='cupy', shape=(529, 529, 529), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=False, dst=3, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 982, in test_systematic
raise ex
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 977, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 868, in next
raise TimeoutError from None
multiprocessing.context.TimeoutError
|