pyvkfft-test --systematic --backend pycuda --gpu a100 --max-nb-tests 0 --nproc 19 --ndim 3 --range 2 550 --bluestein --inplace --double --norm 0 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='pycuda', shape=(502, 502, 502), ndim=3, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 580, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 323, in test_accuracy
d_gpu = to_gpu(d0)
^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pycuda/gpuarray.py", line 1294, in to_gpu
result = GPUArray(ary.shape, ary.dtype, allocator, strides=_compact_strides(ary))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pycuda/gpuarray.py", line 268, in __init__
self.gpudata = self.allocator(self.size * self.dtype.itemsize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pycuda._driver.MemoryError: cuMemAlloc failed: out of memory
"""
The above exception was the direct cause of the following exception:
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 979, 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 873, in next
raise value
pycuda._driver.MemoryError: cuMemAlloc failed: out of memory
======================================================================
test_systematic (backend='pycuda', shape=(508, 508, 508), ndim=3, dtype=dtype('float64'), norm=0, use_lut=False, inplace=True, r2c=False, dct=False, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 580, in test_accuracy_kwargs
return test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 323, in test_accuracy
d_gpu = to_gpu(d0)
^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pycuda/gpuarray.py", line 1294, in to_gpu
result = GPUArray(ary.shape, ary.dtype, allocator, strides=_compact_strides(ary))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/miniconda3/envs/pynx-py311-cu11.7/lib/python3.11/site-packages/pycuda/gpuarray.py", line 268, in __init__
self.gpudata = self.allocator(self.size * self.dtype.itemsize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pycuda._driver.MemoryError: cuMemAlloc failed: out of memory
"""
The above exception was the direct cause of the following exception:
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 979, 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 873, in next
raise value
pycuda._driver.MemoryError: cuMemAlloc failed: out of memory
|