easyconfigs-it4i/g/GROMACS/GROMACS-2016.4-intel-2017c-hybrid-single-PLUMED.eb
Lukáš Krupčík acabac5470 new file: b/Boost/Boost-1.67.0-intel-2017c-serial.eb
new file:   g/GROMACS/GROMACS-2016.4-intel-2017c-hybrid-single-PLUMED.eb
	new file:   g/GROMACS/GROMACS-2016.5-intel-2017c-hybrid-single-PLUMED.eb
	new file:   g/GSL/GSL-2.4-intel-2017c.eb
	new file:   g/glibc/glibc-2.19-x32.eb
	new file:   p/PLUMED/PLUMED-2.3.5-intel-2017c.eb


Former-commit-id: e06e0a7b0b8947f76c6aa50816030ef6d2fc746f
2018-05-21 13:09:20 +02:00

37 lines
1006 B
Plaintext

# IT4Innovations 2018
name = 'GROMACS'
version = '2016.4'
versionsuffix = '-hybrid-single-PLUMED'
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': 'intel', 'version': '2017c'}
toolchainopts = {'openmp': True, 'usempi': True}
source_urls = ['http://ftp.gromacs.org/pub/gromacs/']
sources = [SOURCELOWER_TAR_GZ]
#preconfigopts = 'plumed patch -p -e gromacs-2016.5 &&'
#preconfigopts = 'plumed patch -p --runtime &&'
configopts = ' -DGMX_GPU=OFF -DBUILD_SHARED_LIBS=OFF -DGMX_PREFER_STATIC_LIBS=ON -DGMX_DOUBLE=OFF -DGMX_SIMD=AVX2_256 -DGMX_BUILD_OWN_FFTW=ON -DGMX_MPI=ON'
builddependencies = [
('CMake', '3.5.2', '', True),
]
dependencies = [
('Boost', '1.67.0', '-serial'),
('PLUMED', '2.3.5')
]
sanity_check_paths = {
'files': ['bin/gmx_mpi'],
'dirs': [''],
}
moduleclass = 'bio'