mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: i/iomkl/iomkl-2017a.eb new file: i/iompi/iompi-2017a.eb new file: n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-2015-10-20-Python-2.7.13.eb new file: n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-Python-2.7.13.eb new file: s/SLEPc/SLEPc-3.7.4-intel-2017a.eb
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
name = 'NWChem'
|
|
version = '6.6.revision27746'
|
|
verdate = '2015-10-20'
|
|
versionsuffix = '-%s-Python-%%(pyver)s' % verdate
|
|
|
|
homepage = 'http://www.nwchem-sw.org'
|
|
description = """NWChem aims to provide its users with computational chemistry tools that are scalable both in
|
|
their ability to treat large scientific computational chemistry problems efficiently, and in their use of available
|
|
parallel computing resources from high-performance parallel supercomputers to conventional workstation clusters.
|
|
NWChem software can handle: biomolecules, nanostructures, and solid-state; from quantum to classical, and all
|
|
combinations; Gaussian basis functions or plane-waves; scaling from one to thousands of processors; properties
|
|
and relativity."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'i8': True}
|
|
|
|
source_urls = ['http://www.nwchem-sw.org/download.php?f=']
|
|
sources = ['Nwchem-%%(version)s-src.%s.tar.bz2' % verdate]
|
|
|
|
patches = [
|
|
'NWChem_fix-date.patch',
|
|
'NWChem-%(version)s-parallelbuild.patch',
|
|
]
|
|
|
|
dependencies = [('Python', '2.7.13', '', True)]
|
|
|
|
# This easyconfig is using the default for armci_network (OPENIB) and
|
|
# thus needs infiniband libraries.
|
|
osdependencies = [
|
|
('libibverbs-dev', 'libibverbs-devel'),
|
|
('libibumad-dev', 'libibumad-devel'),
|
|
]
|
|
|
|
modules = 'all python'
|
|
|
|
moduleclass = 'chem'
|