| 1 | | I ran a prediction of a dimer pdb 7e40 chains A,B using the new AlphaFold 2.1 databases installed by Jason Shi, successfully completed in 2.5 hours using qsub. Was getting memory errors within the first few minutes |
| 2 | | until I added NVIDIA_VISIBLE_DEVICES in addition to CUDA_VISIBLE_DEVICES environment variable. Seemed like it might have been trying to use the wrong GPU. |
| | 1 | I ran a prediction of a dimer pdb 7e40 chains A,B using the new AlphaFold 2.1 databases installed by Jason Shi, successfully completed in 2.5 hours using qsub. Was getting memory errors within the first few minutes until I added NVIDIA_VISIBLE_DEVICES in addition to CUDA_VISIBLE_DEVICES environment variable. Seemed like it might have been trying to use the wrong GPU. Also needed to add a mount (singularity -B option) of the older AlphaFold 2.0 databases since the newer ones have some symbolic links to the older ones. |