Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiles fine in Linux but does not work with demo script. #92

Open
jaejun-yoo opened this issue Mar 7, 2021 · 0 comments
Open

Compiles fine in Linux but does not work with demo script. #92

jaejun-yoo opened this issue Mar 7, 2021 · 0 comments

Comments

@jaejun-yoo
Copy link

jaejun-yoo commented Mar 7, 2021

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)

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant