-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Environment
Using MATLAB of the remote server
ssh -X ...@...
MATLAB
R2019b (9.7.0.1190202) 64-bit (glnxa64)
Ubuntu
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
gcc -v
gcc version 5.5.0 20171010 (Ubuntu 5.5.0-12ubuntu1)
cmake and make are done properly (I think)
Behavior
test "cgsense_brain32ch_recon_2D.m" with "useGPU = True"
At line 40: FT = gpuNUFFT([real(col(k)), imag(col(k))]',col(w),osf,wg,sw,[imwidth,imwidth],[]);
MATLAB shuts down and gives the following error:
unknown error in /home/jyoo/test/gpuNUFFT/CUDA/inc/cuda_utils.hpp at line 40
Segmentation fault
or
test other .m script that uses gpuNUFFT:
Error using mex_gpuNUFFT_precomp_f
FAILURE in GpuNUFFT Initialization.
Operator is not created, in order to avoid Matlab crashes:
Total available memory: 0
Required memory: 167331200
Can you please help me with this? any hints? I am lost.
