easyconfigs-it4i/c/CRYSTAL/CRYSTAL-17-intel-2020a-1.0.2.eb
Pavel Holba ff55967438 modified: c/CRYSTAL/CRYSTAL-17-intel-2020a-1.0.2.eb
new file:   l/libxc/libxc-6.1.0-intel-compilers-2022.2.1-nofhc.eb
	new file:   l/libxc/libxc-7.0.0-intel-compilers-2022.2.1-nofhc.eb
	new file:   s/s3cmd/s3cmd-2.4.0-GCCcore-14.2.0-Python-3.11.1.eb
	new file:   v/VASP/VASP-6.4.2-intel-2022b-libxc-6.1.0.eb
	new file:   v/VASP/VASP-6.4.2-intel-2022b-libxc-7.0.0.eb
	new file:   v/VASP/VASP-6.4.3-intel-2022b-libxc-6.1.0.eb
	new file:   v/VASP/VASP-6.4.3-intel-2022b-libxc-7.0.0.eb
2025-02-10 08:22:39 +01:00

43 lines
1.2 KiB
Plaintext

# IT4Innovations
# LK 2024
easyblock = 'MakeCp'
name = 'CRYSTAL'
version = '17'
versionsuffix = '-1.0.2'
homepage = 'http://www.crystal.unito.it'
description = """The CRYSTAL package performs ab initio calculations of the ground state energy, energy
gradient, electronic wave function and properties of periodic systems. Hartree-Fock or Kohn-
Sham Hamiltonians (that adopt an Exchange-Correlation potential following the postulates of
Density-Functional Theory) can be used."""
toolchain = {'name': 'intel', 'version': '2020a'}
toolchainopts = {'usempi': True, 'optarch': 'march=core-avx2'}
sources = ['crystal17_v1_0_2_Linux-ifort17_emt64_MPPdistrib.tar']
#crystal17_v1_0_2_Linux-ifort17_emt64_Pdistrib.tar']
patches = ['/apps/easybuild/easyconfigs-it4i/c/CRYSTAL/CRYSTAL17-mpibin.patch']
checksums = [
'a1bf09c0919f13f20f089f5cd5ede302c3e7ad4077d1d078501594e172b96c62',
'986d4fc46a5e8084e732d88f4ef7c065c59ccfa0cb41e6cad612fb3492b00614',
]
prebuildopts = "cd build && "
buildopts = 'all'
parallel = 1
files_to_copy = [(['bin/Linux-ifort17_XE_emt64/*/*'], 'bin')]
sanity_check_paths = {
'files': ['bin/crystal', 'bin/properties', 'bin/Pcrystal', 'bin/Pproperties'],
'dirs': [],
}
moduleclass = 'chem'