Hi, I just tried to compile the CUDA code from source following the readme, and make -j
exits successfully. However, the binary kspaceFirstOrder-CUDA
is not found in the directory after compilation.
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
Binary not produced
(3 posts) (1 voice)-
Posted 1 year ago #
-
My bad. For some reason errors in the linker weren't printing to console. Fixed link error and the binary was produced.
Posted 1 year ago # -
For my compiler, I had to add
#include <string>
toHdf5File/Hdf5File.h
, as that's no longer implicitly included.`
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Tue_Jul_11_02:20:44_PDT_2023
Cuda compilation tools, release 12.2, V12.2.128
Build cuda_12.2.r12.2/compiler.33053471_0
`
Posted 1 year ago #
Reply
You must log in to post.