I tried running a 3D loop extrusion example with CUDA platform but encountered an "error loading CUDA module: CUDA_ERROR_UNSUPPORTED_PTX_VERSION (222)". This error happens when the cudatoolkit is incompatible with the driver and can be fixed by installing the correct version. With this, the issue is resolved when running OpenMM examples, but it may persist while running examples from the Polychrom repository, even after upgrading/downgrading the cudatoolkit. To fix this, I install the right version of cudatoolkit before installing Polychrom, and the issue was resolved.
I tried running a 3D loop extrusion example with CUDA platform but encountered an "error loading CUDA module: CUDA_ERROR_UNSUPPORTED_PTX_VERSION (222)". This error happens when the cudatoolkit is incompatible with the driver and can be fixed by installing the correct version. With this, the issue is resolved when running OpenMM examples, but it may persist while running examples from the Polychrom repository, even after upgrading/downgrading the cudatoolkit. To fix this, I install the right version of cudatoolkit before installing Polychrom, and the issue was resolved.