mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
new file: c/ChronusQ/ChronusQ-20180802-intel-2017a.eb
This commit is contained in:
parent
d988bd6a0d
commit
5c2f8a15ec
43
c/ChronusQ/ChronusQ-20180802-intel-2017a.eb
Normal file
43
c/ChronusQ/ChronusQ-20180802-intel-2017a.eb
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
# IT4Innovations 2018
|
||||||
|
|
||||||
|
easyblock = 'CMakeMake'
|
||||||
|
|
||||||
|
name = 'ChronusQ'
|
||||||
|
version = '20180802'
|
||||||
|
|
||||||
|
homepage = 'https://github.com/liresearchgroup/chronusq_public'
|
||||||
|
description = """ChronusQ is a high-performance computational chemistry software package
|
||||||
|
with a strong emphasis on explicitly time-dependent and post-SCF quantum mechanical methods."""
|
||||||
|
|
||||||
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
||||||
|
toolchainopts = {'usempi': True}
|
||||||
|
|
||||||
|
source_urls = ['https://github.com/liresearchgroup/chronusq_public/archive/']
|
||||||
|
sources = ['d32ed9493bc53da4e6e5122105c221d5f4dc8b93.zip']
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('HDF5', '1.8.17'),
|
||||||
|
('Boost', '1.63.0'),
|
||||||
|
('Eigen', '3.3.3', '', True),
|
||||||
|
('libxc', '4.1.0'),
|
||||||
|
]
|
||||||
|
|
||||||
|
builddependencies = [
|
||||||
|
('CMake', '3.9.0', '', True),
|
||||||
|
]
|
||||||
|
|
||||||
|
maxparallel = 1
|
||||||
|
|
||||||
|
prebuildopts = 'bin/buildlibint 28 && '
|
||||||
|
|
||||||
|
configopts = "-DEIGEN3_ROOT=$EBROOTEIGEN "
|
||||||
|
configopts += "-DBOOST_ROOT=$EBROOTBOOST "
|
||||||
|
configopts += "-DBOOST_ROOT=$EBROOTHDF5 "
|
||||||
|
configopts += "-DOPENBLAS_TARGET=HASWELL "
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': [],
|
||||||
|
'dirs': ['bin']
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'chem'
|
Loading…
x
Reference in New Issue
Block a user