Has anyone managed to install amber24 on an rtx5090? if yes, which versions of cuda did work for you? I currently get the error message:
cudaMemcpyToSymbol: SetSim copy to cSim failed no kernel image is available for execution on the device
I am facing the same error with Amber24 as well Amber22. I have used different combinations of cuda. Also, can you share the NVIDIA driver version you are using?
After reading online about compilation and forwards compatibility, I was able to advance through this error by modifying some cmake files in the source code to compile PTX alongside SASS.
With these changes, Amber24 compiles and fails only 6 tests related to QUICK, and we are now able to run simulations using pmemd.cuda.
Files to modify:
amber24_src/cmake/CudaConfig.cmake - Line 17
amber24_src/AmberTools/src/quick/cmake/CudaConfig.cmake - Line 17
This will compile PTX for compute level 9.0, which is being used by CUDA at runtime to run on the 5090.
I have attached the test results here. Iām not sure if the QUICK errors will stop us at another point, but for now most of the CUDA functions are working in amber24.