Closed monororo closed 3 years ago
Hi @monororo
Our bash script is a wrapper around AF2. AF2 might or might not run on multiple GPUs. Our wrapper script seems to be working fine here because it makes sure both the GPUs are made available to the AF2 and it's up to AF2 to use them.
Some threads I found related to this in AF2's github repo.
https://github.com/deepmind/alphafold/issues/66 https://github.com/deepmind/alphafold/issues/30
Hope this helps.
I followed the instruction and successfully installed alphafold on cluster. It partically works, but only one gpu get used.
I added some code in scripts. Logs showed tensorflow did discover 2 gpu, but nvidia-smi revealed data and computing occupied at gpu 0, gpu 1 was idle.
here is log:
here is nvidia-smi output: