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
Jump to navigation Jump to search
EGI Activity groups Special Interest groups Policy groups Virtual teams Distributed Competence Centres


EGI Virtual teams: Main Active Projects Closed Projects Guidelines

GO TO THE GPGPU WORKING GROUP

GO TO THE GPGPU USE CASES

Scientific Discipline

Life Sciences. Note well: also WeNMR has a GPGPU use case based on GROMACS. Local resources in Utrech are used.

Institute or Community

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

Homepage: http://moldyngrid.org/main.php

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.