Is there any way that I can run 3D simulation on a GPU running on CentOS 6.7 which uses GNU libc version 2.12? Thanks
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
How can I run 3D simulation with GNU libc ver 2.12
(4 posts) (2 voices)-
Posted 8 years ago #
-
Hi jnfls0203,
The code is written in the C++-11 standard and compiled by CUDA 7.5. To run the code, you need to instal g++ 4.8.x or 4.9.x.Jiri
Posted 8 years ago # -
Hi,
Thanks for your reply. I used g++ 4.9.x., but I still got the error message "./kspaceFirstOrder3D-CUDA: /lib64/libm.so.6: version `GLIBC_2.15' not found (required by ./kspaceFirstOrder3D-CUDA)
./kspaceFirstOrder3D-CUDA: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./kspaceFirstOrder3D-CUDA)"
Is there any way around this?
Thank you!Posted 8 years ago # -
Hi jnfls0203,
it seems other C libraries are missing. Could you try to install gcc 4.9?If this doesn't help, I'd recomend you to recompile the source codes on your machine.
Jiri
Posted 8 years ago #
Reply
You must log in to post.