GithubHelp home page GithubHelp logo

l30nardosv / reproduce-parcosi-moleculardocking Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 290 KB

Reproducing paper: "Benchmarking the Performance of Irregular Computations in AutoDock-GPU Molecular Docking"

License: Creative Commons Zero v1.0 Universal

Shell 100.00%
autodock-gpu paper opencl cuda gpu cpu molecular-docking molecular-docking-scripts reproducible-research

reproduce-parcosi-moleculardocking's Introduction

Reproducing paper: Benchmarking the Performance of Irregular Computations in AutoDock-GPU Molecular Docking

This repository contains the scripts and additional files for reproducing the results presented in the paper accepted at Parallel Computing:

https://doi.org/10.1016/j.parco.2021.102861

Instructions

1. Program preparation

Clone the AutoDock-GPU v1.3 (used in this paper):

> git clone --depth 1 --branch v1.3 https://github.com/ccsb-scripps/AutoDock-GPU.git
> cd AutoDock-GPU

Set environmental variables (adapt the paths to your systems' installation):

> export GPU_INCLUDE_PATH=/usr/local/cuda/include
> export GPU_LIBRARY_PATH=/usr/local/cuda/lib64

Clone this repository:

> git clone https://github.com/L30nardoSV/reproduce-parcosi-moleculardocking.git

Compile AutoDock-GPU and rename the produced binaries conveniently (for the scripts to work):

> make DEVICE=OCLGPU NUMWI=32
> mv bin/autodock_gpu_32wi bin/autodock_gpu_32wi_ocl
... Do the same for NUMWI = {32, 64, 128, 256}

> make DEVICE=GPU NUMWI=256
> mv bin/autodock_gpu_256wi bin/autodock_gpu_256wi_cuda
... Do the same for NUMWI = {32, 64, 128, 256}

Move above binaries into the test folder:

> cp bin/autodock_gpu_64wi_ocl reproduce-parcosi-moleculardocking/
... Repeat for all OpenCL/CUDA cases above

2. Performance evaluation

Input dataset is provided as a git submodule. Clone that repository automatically:

> ./prepare_inputs.sh

Evaluate the performance for different OpenCL work group sizes:

> ./evaluate_numwi.sh

Evaluate the impact of enabling the autostop option:

> ./evaluate_autostop.sh

Evaluate the impact of the heuristic option:

> ./evaluate_heuristics.sh

Evaluate the impact of combining of both autostop and heuristic options:

> ./evaluate_auto_plus_heur.sh

reproduce-parcosi-moleculardocking's People

Contributors

l30nardosv avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

leocollab

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.