Hi,
I've put kspaceFirstOrder-OMP file into k-wave binaries floder and 'dir(getkWavePath('binaries'))' confirms it (on Linux). When I run the code, 'SaveToDisk' generate input h5 files succefully but I get the error'chmod: cannot access ‘./kspaceFirstOrder-OMP’: No such file or directory' all the time. Could you please help to find out what is going wrong?
here is my code:
module load matlab
cd $PBS_O_WORKDIR
chmod +x ./kspaceFirstOrder-OMP
./kspaceFirstOrder-OMP -i test3.h5 -o testout.h5
thanks!
Zheng