Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l30nardosv/reproduce-ia3-2021-moldocking-vector

Reproducing IA^3 2021 paper: "Mapping Irregular Computations for Molecular Docking to the SX-Aurora TSUBASA Vector Engine"
https://github.com/l30nardosv/reproduce-ia3-2021-moldocking-vector

autodock-gpu cpu gpu molecular-docking molecular-docking-scripts opencl paper reproducible-research sx-aurora-tsubasa

Last synced: about 2 months ago
JSON representation

Reproducing IA^3 2021 paper: "Mapping Irregular Computations for Molecular Docking to the SX-Aurora TSUBASA Vector Engine"

Awesome Lists containing this project

README

        

# Reproducing IA^3 2021 paper: _Mapping Irregular Computations for Molecular Docking to the SX-Aurora TSUBASA Vector Engine_

This repository contains the scripts and configuration files used in the _Artifact Appendix_ of the article accepted at:

[The 11th Workshop on Irregular Applications: Architectures and Algorithms (IA^3), 2021](https://hpc.pnl.gov/IA3)

and published on IEEExplore:

https://doi.org/10.1109/IA354616.2021.00008.

## Contents

These scripts automate the evaluation of two molecular docking programs on different platforms:
* [AutoDock-Aurora](https://github.com/esa-tu-darmstadt/AutoDock-Aurora) **(developed in this work)** on the SX-Aurora TSUBASA Vector Engine
* [AutoDock-GPU](https://github.com/ccsb-scripps/AutoDock-GPU) (state-of the art) on GPUs & CPUs

Instructions are provided for each program:

1. [AutoDock-Aurora (instructions)](./USAGE_AURORA.md)
2. [AutoDock-GPU (instructions)](./USAGE_GPU.md)

**Optional step**: automates the collecting of runtimes used in the article's discussion:

* [Collecting results](./USAGE_COLLECT-RESULT-SCRIPT.md)

## Further information

Additional material include the [paper preprint](https://www.esa.informatik.tu-darmstadt.de/assets/publications/materials/2021/IA3_2021_LVS_merged_09102021.pdf) and [presentation slides](https://www.esa.informatik.tu-darmstadt.de/assets/publications/materials/2021/IA3_2021_LVS_slides_15-11-2021.pdf).