mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

modified: archive/g/GROMACS/GROMACS-5.1.2-foss-2016a-hybrid-single-CUDA-7.5-PLUMED-2.3b.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-CUDA-7.5-PLUMED-2.2.1.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-cuda.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2016a-hybrid-single-cuda.eb modified: archive/p/PLUMED/PLUMED-2.3.0-foss-2016a.eb modified: e/EasyBuild/EasyBuild-4.1.0.eb modified: g/GROMACS/GROMACS-5.1.4-foss-2017a-hybrid-single-PLUMED.eb modified: l/libmatheval/libmatheval-1.1.8-foss-2017a.eb new file: o/OVITO/OVITO-3.0.0.628.eb new file: o/OVITO/OVITO-3.0.0.794-basic.eb modified: o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-5.4.0-2.26.eb modified: o/OpenMPI/OpenMPI-2.0.1.eb modified: p/PSBLAS/PSBLAS-ext-1.0-4.eb modified: p/Py/Py-2.7.old.eb modified: p/pscom/pscom-5.0.48-1.eb modified: s/spGPU/spGPU-master.eb deleted: o/OVITO/OVITO-3.0.0.eb
48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
#
|
|
# Copyright:: Copyright 2012-2013 University of Luxembourg / LCSB, Cyprus Institute / CaSToRC, Ghent University
|
|
# Authors:: Wiktor Jurkowski <wiktor.jurkowski@uni.lu>, Fotis Georgatos <fotis.georgatos@uni.lu>, \
|
|
# George Tsouloupas <g.tsouloupas@cyi.ac.cy>, Kenneth Hoste
|
|
# License:: MIT/GPL
|
|
# $Id$
|
|
#
|
|
# This work implements a part of the HPCBIOS project and is a local_component of the policy:
|
|
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-93.html
|
|
#
|
|
# Version 5.1.2
|
|
# Author: Adam Huffman
|
|
# The Francis Crick Institute
|
|
##
|
|
|
|
name = 'GROMACS'
|
|
version = '5.1.2'
|
|
versionsuffix = '-hybrid-single-CUDA-7.5-PLUMED-2.2.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': 'intel', 'version': '2015b'}
|
|
toolchainopts = {'openmp': True, 'usempi': True}
|
|
|
|
source_urls = ['ftp://ftp.gromacs.org/pub/gromacs/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.4.1'),
|
|
('libxml2', '2.9.2')
|
|
]
|
|
|
|
dependencies = [
|
|
('Boost', '1.59.0'),
|
|
('CUDA', '7.5.18', '', True),
|
|
('PLUMED', '2.2.1')
|
|
]
|
|
|
|
configopts = ' -DGMX_GPU=ON -DGMX_DOUBLE=OFF'
|
|
|
|
preconfigopts = 'plumed patch -p -e gromacs-5.1.0 --shared &&'
|
|
|
|
moduleclass = 'bio'
|