easyconfigs-it4i/g/GROMACS/GROMACS-2021-intel-2020b-PLUMED-2.7.2.eb
Lukas Krupcik e55388650f new file: g/GROMACS/GROMACS-2021-fosscuda-2020b-PLUMED-2.7.2.eb
new file:   g/GROMACS/GROMACS-2021-intel-2020b-PLUMED-2.7.2.eb
	new file:   g/GROMACS/GROMACS-4.5.5-intel-2020b.eb
	new file:   p/PLUMED/PLUMED-2.7.2-foss-2020b.eb
	new file:   p/PLUMED/PLUMED-2.7.2-fosscuda-2020b.eb
	new file:   p/Python/Python-3.8.6-GCC-10.2.0-CUDA-11.4.1-NetKet.eb
2021-11-24 10:39:39 +01:00

35 lines
805 B
Plaintext

# IT4Innovations 2020
# LK
name = 'GROMACS'
version = '2021'
local_plum_ver = '2.7.2'
versionsuffix = '-PLUMED-%s' % local_plum_ver
homepage = 'http://www.gromacs.org'
description = """
GROMACS is a versatile package to perform molecular dynamics,
i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.
This is a GPU enabled build, containing both MPI and threadMPI binaries.
"""
toolchain = {'name': 'intel', 'version': '2020b'}
toolchainopts = {'openmp': True, 'usempi': True}
source_urls = [
'https://ftp.gromacs.org/pub/gromacs/',
'ftp://ftp.gromacs.org/pub/gromacs/',
]
sources = [SOURCELOWER_TAR_GZ]
builddependencies = [
('CMake', '3.18.4'),
]
dependencies = [
('PLUMED', local_plum_ver, '-Python-3.8.6'),
]
moduleclass = 'bio'