easyconfigs-it4i/g/GROMACS/GROMACS-4.5.5-ORCA-5.0.1-OpenMPI-4.1.1.eb
Lukas Krupcik 4b9d4eff75 new file: g/GROMACS/GROMACS-4.5.5-ORCA-5.0.1-OpenMPI-4.1.1.eb
new file:   g/gompi/gompi-2020c.eb
2021-12-07 11:26:42 +01:00

35 lines
942 B
Plaintext

# IT4Innovations
# LK 2021
easyblock = 'ConfigureMake'
name = 'GROMACS'
version = '4.5.5'
versionsuffix = '-ORCA-5.0.1'
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."""
toolchain = {'name': 'gompi', 'version': '2020c'}
import os
if os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
toolchainopts = {'openmp': True, 'usempi': True, 'optarch': 'march=core-avx2'}
else:
toolchainopts = {'openmp': True, 'usempi': True}
source_urls = ['ftp://ftp.gromacs.org/pub/gromacs/', 'https://ftp.gromacs.org/pub/gromacs/']
sources = [SOURCELOWER_TAR_GZ]
builddependencies = [
('CMake', '3.18.4'),
('libxml2', '2.9.10'),
]
dependencies = [
('Boost', '1.74.0'),
('FFTW', '3.3.8', '', True),
('ORCA', '5.0.1', '-OpenMPI-4.1.1', True),
]
moduleclass = 'bio'