ccsb-scripps / AutoDock-GPU

AutoDock for GPUs and other accelerators
https://ccsb.scripps.edu/autodock
GNU General Public License v2.0
366 stars 101 forks source link

Suggestions about the use AutoDock-GPU with NVIDIA A100 GPUs #240

Open xavgit opened 10 months ago

xavgit commented 10 months ago

Hi, I have access to a cluster, Leonardo at CINECA, and I have compiled from the sources AutoDock-GPU using OCLGPU as a DEVICE following the issue #239.

At login I receive the following informations: Atos Bull Sequana XH21355 "Da Vinci" Blade -
Red Hat Enterprise Linux 8.6 (Ootpa)

3456 compute nodes with:

For my needs I'll use few nodes. Can you suggest me some general guidelines about which command line options can be used to get the most out of this kind of GPUs or, in other words, to avoid the underuse of computing power of these cards?

Many thanks.

Saverio

atillack commented 10 months ago

@xavgit Three things:

atillack commented 10 months ago

one more thing: if you have access to an NVME scratch space it's a good idea to use it to run the dockings node-local on - file io with four A100s will be a bottleneck particularly on a networked file system

xavgit commented 10 months ago

Hi, many thanks for these very useful suggestions.

Saverio