Hello,
I compiled kspaceFirstOrder-OMP for macOS following the instructions by @wsimson (thank you for those!):
https://github.com/waltsims/k-wave-omp-darwin
Compilation seems to work fine. To test it, I modified the k-wave example "example_us_beam_patterns.m" to use the compiled binary by changing kspaceFirstOrder3D
to kspaceFirstOrder3DC
. The binary code is run, but the resulting plots are not right: the RMS pressure plot is all zero and the plot of maximum pressure is all -3.402 MPa. Is there some other step I need to use the compiled OMP code?
Thank you! -Matt H.