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

new file: b/BEEF/BEEF-0.1.1-intel-2020b.eb deleted: b/Bison/Bison-3.0.4.eb new file: b/BoltzTraP2/BoltzTraP2-20.7.1-intel-2020b-Python-3.8.6.eb new file: c/CUDAcore/CUDAcore-11.6.0.eb new file: f/Forge/Forge-21.1.3.eb deleted: f/flex/flex-2.6.4.eb modified: g/GROMACS/GROMACS-2020.4-fosscuda-2020b-PLUMED-2.7.0-patch.eb deleted: m/M4/M4-1.4.17.eb deleted: m/M4/M4-1.4.18.eb new file: n/NVHPC/NVHPC-22.2.eb new file: o/Octave/Octave-6.4.0-intel-2020b-without-X11.eb new file: o/OpenMPI/OpenMPI-4.0.6-NVHPC-22.2-CUDA-11.6.0.eb new file: o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0-v2.eb new file: o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0.eb new file: o/OpenSSL/OpenSSL-1.1.eb new file: p/Python/Python-3.9.6-GCCcore-11.2.0-NetKet.eb modified: p/protobuf/protobuf-2.5.0.eb new file: s/Singularity/Singularity-3.8.6.eb new file: u/UCX/UCX-1.11.2-GCC-10.2.0-CUDA-11.6.0.eb new file: u/UCX/UCX-1.11.2-NVHPC-22.2-CUDA-11.6.0.eb new file: v/VTK/VTK-9.1.0-intel-2020b-Python-3.8.6.eb deleted: z/zlib/zlib-1.2.11.eb
75 lines
2.2 KiB
Plaintext
75 lines
2.2 KiB
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
#nvcc fatal : Unsupported gpu architecture 'compute_1'
|
|
|
|
name = 'GROMACS'
|
|
version = '2020.4'
|
|
versionsuffix = '-PLUMED-2.7.0-patch'
|
|
|
|
homepage = 'https://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 builds.
|
|
|
|
It also contains the gmxapi extension for the single precision MPI build.
|
|
"""
|
|
|
|
toolchain = {'name': 'fosscuda', 'version': '2020b'}
|
|
toolchainopts = {'openmp': True, 'usempi': True}
|
|
|
|
source_urls = [
|
|
'https://ftp.gromacs.org/pub/gromacs/',
|
|
'ftp://ftp.gromacs.org/pub/gromacs/',
|
|
]
|
|
sources = ['gromacs-%(version)s-plumed-2.7.0.tar.gz']
|
|
patches = [
|
|
'GROMACS-2019_fix_omp_num_threads_and_google_test_death_style_in_tests.patch',
|
|
'GROMACS-2019_increase_test_timeout_for_GPU.patch',
|
|
# 'GROMACS-2021_fix_gmxapi_gmx_allowed_cmd_name.patch',
|
|
# 'GROMACS-2020.5_fix_threads_gpu_Gmxapitests.patch',
|
|
]
|
|
checksums = [
|
|
'adfecf6b60414cdb722e6f4165818cf0', # gromacs-2020.4-plumed-2.7.0.tar.gz
|
|
# GROMACS-2019_fix_omp_num_threads_and_google_test_death_style_in_tests.patch
|
|
'406f5edd204be812f095a6f07ebc2673c5f6ddf1b1c1428fd336a80b9c629275',
|
|
# GROMACS-2019_increase_test_timeout_for_GPU.patch
|
|
'0d16f53d428155197a0ed0b0974ce03422f199d7c463c4a9156a3b99e3c86234',
|
|
# GROMACS-2021_fix_gmxapi_gmx_allowed_cmd_name.patch
|
|
'b7ffb292ec362e033db1bedd340353f0644dbaae872127750f3dda1ac7e87d49',
|
|
# GROMACS-2020.5_fix_threads_gpu_Gmxapitests.patch
|
|
'89fbb7e2754de45573632c74f53563bb979df9758c949238a35865391d6b53fb',
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.18.4'),
|
|
('scikit-build', '0.11.1'),
|
|
]
|
|
|
|
dependencies = [
|
|
('Python', '3.8.6'),
|
|
('SciPy-bundle', '2020.11'),
|
|
('networkx', '2.5'),
|
|
('PLUMED', '2.7.0', '-patch'),
|
|
]
|
|
|
|
exts_defaultclass = 'PythonPackage'
|
|
|
|
cuda_compute_capabilities = '11.6'
|
|
|
|
exts_default_options = {
|
|
'source_urls': [PYPI_SOURCE],
|
|
'use_pip': True,
|
|
'download_dep_fail': True,
|
|
'sanity_pip_check': True,
|
|
}
|
|
|
|
modextrapaths = {
|
|
'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages',
|
|
}
|
|
|
|
moduleclass = 'bio'
|