Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

VT GPGPU Use Case moldyngrid UseCase1

From EGIWiki
Revision as of 15:35, 19 July 2012 by Ekarolis (talk | contribs) (Created page with "= Scientific Discipline = Life Sciences == Institute or Community == *IMBG of NAS of Ukraine * EGI VO Community: moldyngrid == Keywords == *Gromacs *OpenMM == Description...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Scientific Discipline

Life Sciences

Institute or Community

  • IMBG of NAS of Ukraine
  • EGI VO Community: moldyngrid

Keywords

  • Gromacs
  • OpenMM

Description

We are using Gromacs - ftp://ftp.gromacs.org/pub/gromacs/gromacs-4.5.5.tar.gz (free) and OpenMM (plugin for gpu) - https://simtk.org/home/openmm (free, but need registration) The GROMACS (mdrun) should be patched by OpenMM. There is tutor - http://www.gromacs.org/Documentation/Installation_Instructions/GPUs?highlight=GPU. For automatization we need ~12 steps before MD simulation. I have propose to make in the first approximation. For fast result (in our VT) we can do just only for last step (for mdrun). All others steps I can do it by myself (on local cluster). For this last step we need md.trp file (project file) to run with mdrun (file from gromacs). The problem is, what we should to do with "mdrun" file before submit MD job. Is it need to be compiled and send with project file or mdrun should be compiled on each clusters before I will send job. Its technical question for admins.