mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: g/GROMACS/GROMACS-2018.1-intel-2017c-double-PLUMED.eb new file: g/GSL/GSL-2.5-intel-2017c.eb new file: h/HyperQueue/HyperQueue-0.14.0.eb new file: i/intel/intel-2017c.eb new file: n/NECI/NECI-20220711-foss-2022a.eb modified: o/OpenMPI/OpenMPI-4.1.1-GCC-10.2.0.eb new file: p/PLUMED/PLUMED-2.4.2-intel-2017c.eb new file: q/QMCPACK/QMCPACK-3.16.0-foss-2022a-Python-3.10.4.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a-forQMCPACK.eb
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
# IT4Innovations 2023
|
|
|
|
name = 'GROMACS'
|
|
version = '2018.1'
|
|
versionsuffix = '-double-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]
|
|
checksums = ['4d3533340499323fece83b4a2d4251fa856376f2426c541e00b8e6b4c0d705cd']
|
|
|
|
#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=ON -DGMX_SIMD=AVX2_256 -DGMX_BUILD_OWN_FFTW=ON -DGMX_MPI=ON'
|
|
|
|
builddependencies = [
|
|
('CMake', '3.13.1', '', True),
|
|
]
|
|
|
|
dependencies = [
|
|
('Boost', '1.68.0', '-serial'),
|
|
('PLUMED', '2.4.2')
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/gmx_mpi_d'],
|
|
'dirs': [''],
|
|
}
|
|
|
|
moduleclass = 'bio'
|