The CUDA binary kspaceFirstOrder-CUDA v1.3 claims to require CUDA 12.0
`
┌───────────────────────────────────────────────────────────────┐
│ !!! K-Wave experienced a fatal error !!! │
├───────────────────────────────────────────────────────────────┤
│ Error: Insufficient CUDA driver version. The code needs CUDA │
│ version 12.0 but 11.7 is installed. │
├───────────────────────────────────────────────────────────────┤
│ Execution terminated │
└───────────────────────────────────────────────────────────────┘
`
Although I see nothing to suggest that CUDA 12.0 or above is needed in the documentation or on this site and my department's HPC only runs up to CUDA 11.7.
Stranger still the binary runs completely fine in a CUDA 11.7 Docker container on my workstation.
Is this a bug with k-wave and the HPC?