Software:GROMACS

From HandWiki
Short description: Open-sourced format designed to simulate chemical properties
GROMACS
Gmx logo blue.png
Developer(s)University of Groningen
Royal Institute of Technology
Uppsala University[1]
Initial release1991; 33 years ago (1991)
Stable release
2023.3 / 19 October 2023; 3 months ago (2023-10-19)[2]
Written inC++, C, CUDA, OpenCL, SYCL
Operating systemLinux, macOS, Windows, any other Unix variety
PlatformMany
Available inEnglish
TypeMolecular dynamics simulation
LicenseLGPL versions >= 4.6,
GPL versions < 4.6[3]
Websitewww.gromacs.org

GROMACS is a molecular dynamics package mainly designed for simulations of proteins, lipids, and nucleic acids. It was originally developed in the Biophysical Chemistry department of University of Groningen, and is now maintained by contributors in universities and research centers worldwide.[4][5][6] GROMACS is one of the fastest and most popular software packages available,[7][8] and can run on central processing units (CPUs) and graphics processing units (GPUs).[9] It is free, open-source software released under the GNU General Public License (GPL),[3] and starting with version 4.6, the GNU Lesser General Public License (LGPL).

History

The GROMACS project originally began in 1991 at Department of Biophysical Chemistry, University of Groningen, Netherlands (1991–2000). Its name originally derived from this time (GROningen MAchine for Chemical Simulations) although currently GROMACS is not an abbreviation for anything, as little active development has taken place in Groningen in recent decades. The original goal was to construct a dedicated parallel computer system for molecular simulations, based on a ring architecture (since superseded by modern hardware designs). The molecular dynamics specific routines were rewritten in the programming language C from the Fortran 77-based program GROMOS, which had been developed in the same group.[citation needed]

Since 2001, GROMACS is developed by the GROMACS development teams at the Royal Institute of Technology and Uppsala University, Sweden.

Features

GROMACS is operated via the command-line interface, and can use files for input and output. It provides calculation progress and estimated time of arrival (ETA) feedback, a trajectory viewer, and an extensive library for trajectory analysis.[3] In addition, support for different force fields makes GROMACS very flexible. It can be executed in parallel, using Message Passing Interface (MPI) or threads. It contains a script to convert molecular coordinates from Protein Data Bank (PDB) files into the formats it uses internally. Once a configuration file for the simulation of several molecules (possibly including solvent) has been created, the simulation run (which can be time-consuming) produces a trajectory file, describing the movements of the atoms over time. That file can then be analyzed or visualized with several supplied tools.[10]

OpenCL and CUDA are possible for actual GPUs of AMD, Intel, and Nvidia with great acceleration against CPU based runs since Version 5 or higher. In Version 2021 OpenCL is deprecated and SYCL is in early new support.[11]

Easter eggs

(As of January 2010), GROMACS' source code contains approximately 400 alternative backronyms to GROMACS as jokes among the developers and biochemistry researchers. These include "Gromacs Runs On Most of All Computer Systems", "Gromacs Runs One Microsecond At Cannonball Speeds", "Good ROcking Metal Altar for Chronical Sinner", "Working on GRowing Old MAkes el Chrono Sweat", and "Great Red Owns Many ACres of Sand". They are randomly selected to possibly appear in GROMACS's output stream. In one instance, such an bacronym, "Giving Russians Opium May Alter Current Situation", caused offense.[12]

Applications

Under a non-GPL license, GROMACS is widely used in the Folding@home distributed computing project for simulations of protein folding, where it is the base code for the project's largest and most regularly used series of calculation cores.[13][14] EvoGrid, a distributed computing project to evolve artificial life, also employs GROMACS.[15]

See also

References

  1. The GROMACS development team
  2. "Gromacs Downloads". gromacs.org. https://manual.gromacs.org/documentation/current/download.html. 
  3. 3.0 3.1 3.2 "About Gromacs". gromacs.org. 16 August 2010. http://www.gromacs.org/About_Gromacs. 
  4. "People — Gromacs". gromacs.org. 14 March 2012. http://www.gromacs.org/About_Gromacs/People. 
  5. "GROMACS: fast, flexible, and free". J Comput Chem 26 (16): 1701–18. 2005. doi:10.1002/jcc.20291. PMID 16211538. 
  6. "GROMACS 4: Algorithms for Highly Efficient, Load-Balanced, and Scalable Molecular Simulation". J Chem Theory Comput 4 (2): 435–447. 2008. doi:10.1021/ct700301q. PMID 26620784. 
  7. Carsten Kutzner; David Van Der Spoel; Martin Fechner; Erik Lindahl; Udo W. Schmitt; Bert L. De Groot; Helmut Grubmüller (2007). "Speeding up parallel GROMACS on high-latency networks". Journal of Computational Chemistry 28 (12): 2075–2084. doi:10.1002/jcc.20703. PMID 17405124. 
  8. Berk Hess; Carsten Kutzner; David van der Spoel; Erik Lindahl (2008). "GROMACS 4: Algorithms for Highly Efficient, Load-Balanced, and Scalable Molecular Simulation". Journal of Chemical Theory and Computation 4 (3): 435–447. doi:10.1021/ct700301q. PMID 26620784. 
  9. "GPUs — Gromacs". gromacs.org. 20 January 2012. http://www.gromacs.org/Downloads/Installation_Instructions/GPUs. 
  10. "GROMACS flow chart". gromacs.org. 18 January 2009. http://manual.gromacs.org/current/online/flow.html. 
  11. https://www.iwocl.org/wp-content/uploads/22-iwocl-syclcon-2021-alekseenko-slides.pdf [bare URL PDF]
  12. "Re: Working on Giving Russians Opium May Alter Current Situation". Folding@home. 17 January 2010. http://foldingforum.org/viewtopic.php?f=16&t=12922#p126473. 
  13. Pande lab (11 June 2012). "Folding@home Open Source FAQ" (FAQ). Folding@home. Stanford University. http://folding.stanford.edu/English/FAQ-OpenSource. 
  14. Adam Beberg; Daniel Ensign; Guha Jayachandran; Siraj Khaliq; Vijay Pande (2009). "Folding@home: Lessons from eight years of volunteer distributed computing". 2009 IEEE International Symposium on Parallel & Distributed Processing. pp. 1–8. doi:10.1109/IPDPS.2009.5160922. ISBN 978-1-4244-3751-1. http://www.hicomb.org/papers/HICOMB2009-13.pdf. 
  15. Markoff, John (29 September 2009). "Wanted: Home Computers to Join in Research on Artificial Life". The New York Times. https://www.nytimes.com/2009/09/29/science/29grid.html?ref=science. 

External links