mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/BLIS/BLIS-0.8.1_fix_dgemm-fpe-signalling-on-broadwell.patch new file: b/BLIS/BLIS-2.2-GCCcore-10.2.0.eb new file: b/BLIS/BLIS-2.2-amd_fix-undefined-reference-blist-abort.patch new file: b/BLIS/BLIS-3.0.1-GCCcore-10.2.0.eb new file: b/Biopython/Biopython-1.72-foss-2020b-Python-2.7.18.eb new file: c/Cordax/Cordax-1.0-Python-2.7.18.eb new file: d/DFTB+/DFTB+-21.2-intel-2020b-Python-3.8.6.eb new file: d/DFTB+/DFTB+-21.2-intel-2020b-TB.eb new file: d/Dakota/Dakota-6.15.0-fix_lapack_detection.patch new file: d/Dakota/Dakota-6.15.0-foss-2021b.eb new file: d/Dakota/Dakota-6.15.0-intel-2021b.eb new file: e/ELPA/ELPA-2020.11.001-fosscuda-2020b.eb new file: f/FoldX/FoldX-5.0.eb new file: f/Forge/Forge-21.1.3.eb new file: g/GROMACS/GROMACS-2018.8-fosscuda-2020b-PLUMED-2.5.6-switch.eb new file: g/GROMACS/GROMACS-2021.4-foss-2020b-PLUMED-2.7.3.eb new file: h/HDF5/HDF5-1.12.1-NVHPC-21.11.eb new file: h/HDF5/HDF5-1.12.1-foss-2021b-parallel.eb new file: h/HDF5/HDF5-1.12.1-iimpi-2021b.eb new file: h/HDF5/HDF5-1.12.1-intel-2021b-parallel.eb new file: h/HyperQueue/HyperQueue-0.8.0.eb new file: h/Hypre/Hypre-2.23.0-intel-2020b.eb new file: h/h5py/h5py-3.6.0-intel-2021b.eb new file: l/LAPACK/LAPACK-3.10.0-GCC-11.2.0.eb new file: l/libFLAME/libFLAME-5.2.0-GCCcore-10.2.0.eb new file: m/MaSuRCA/MaSuRCA-4.0.7-foss-2020a-Perl-5.30.2.eb new file: m/Molpro/Molpro-mpp-2022.1.1.linux_x86_64_mpipr.eb new file: m/Molpro/Molpro-mpp-2022.1.1.linux_x86_64_sockets.eb new file: n/nompi/nompi-2022a.eb new file: o/ORCA/ORCA-5.0.3-OpenMPI-4.1.1.eb modified: o/Octopus/Octopus-11.3-intel-2020b-mpi.eb new file: o/OpenCV/OpenCV-4.5.3-foss-2021a-CUDA-11.3.1-contrib.eb new file: o/OpenCV/OpenCV-4.5.5-foss-2021a-CUDA-11.4.1-contrib.eb new file: o/OpenMPI/OpenMPI-4.1.1-GCC-11.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.2-GCC-11.2.0-Java-1.8.0_221.eb new file: o/OpenMPI/OpenMPI-4.1.2-GCC-11.2.0.eb modified: p/PETSc/PETSc-3.14.4-intel-2020b.eb modified: p/PLUMED/PLUMED-2.5.6-fosscuda-2020b-patch.eb new file: p/PLUMED/PLUMED-2.5.6-fosscuda-2020b-switch.eb new file: p/PLUMED/PLUMED-2.7.3-foss-2020b.eb modified: p/phonopy/phonopy-2.12.0-conda.eb modified: q/QMCPACK/QMCPACK-3.11.0-intel-2020b-Python-3.8.6.eb new file: q/QMCPACK/QMCPACK-3.12.0-intel-2020b-Python-3.8.6.eb new file: q/QMCPACK/QMCPACK-3.12.0-intel-2021b-Python-3.9.6-lowopt.eb new file: q/QMCPACK/QMCPACK-3.13.0-intel-2020b-Python-3.8.6.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-6.7-intel-2021a.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-7.0-NVHPC-21.9.eb new file: r/rocm-cuda2hip/rocm-cuda2hip-4.3.1-gcccuda-2020b.eb new file: s/ScaLAPACK/ScaLAPACK-2.2-NVHPC-21.11.eb new file: t/Tango/Tango.eb new file: t/Tensorflow/TensorFlow-2.5.0-fosscuda-2020b.eb new file: v/VASP/VASP-5.4.1-24Jun15-intel-2020b.eb new file: w/Waltz/Waltz.eb new file: y/Yambo/Yambo-5.0.4-intel-2020a.eb
72 lines
2.3 KiB
Plaintext
72 lines
2.3 KiB
Plaintext
# IT4Innovations
|
|
# LK 2022
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'DFTB+'
|
|
version = '21.2'
|
|
versionsuffix = '-Python-3.8.6'
|
|
|
|
homepage = 'https://www.dftb-plus.info'
|
|
description = """DFTB+ is a fast and efficient versatile quantum mechanical simulation package.
|
|
It is based on the Density Functional Tight Binding (DFTB) method, containing
|
|
almost all of the useful extensions which have been developed for the DFTB
|
|
framework so far. Using DFTB+ you can carry out quantum mechanical simulations
|
|
like with ab-initio density functional theory based packages, but in an
|
|
approximate way gaining typically around two order of magnitude in speed."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020b'}
|
|
# AMD/intel cpu
|
|
import os
|
|
if os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
|
|
toolchainopts = {'lowopt': True, 'optarch': 'march=core-avx2'}
|
|
else:
|
|
toolchainopts = {'lowopt': True, 'optarch': False}
|
|
|
|
|
|
local_external_dir = '%%(builddir)s/dftbplus-%%(version)s/external/%s/origin/'
|
|
local_external_extract = 'mkdir -p %s && tar -C %s' % (local_external_dir, local_external_dir)
|
|
local_external_extract += ' --strip-components=1 -xzf %%s'
|
|
|
|
sources = [
|
|
{
|
|
# DFTB+ source code
|
|
'source_urls': ['https://github.com/dftbplus/dftbplus/archive'],
|
|
'download_filename': '%(version)s.tar.gz',
|
|
'filename': SOURCE_TAR_GZ,
|
|
},
|
|
{
|
|
# Slater-Koster (slakos) data for testing
|
|
'source_urls': ['https://github.com/dftbplus/testparams/archive'],
|
|
'download_filename': 'd0ea16df2b56d14c7c3dc9329a8d3bac9fea50a0.tar.gz',
|
|
'filename': 'slakos-data-%(version)s.tar.gz',
|
|
'extract_cmd': local_external_extract % ('slakos', 'slakos'),
|
|
},
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.18.4'),
|
|
]
|
|
|
|
dependencies = [
|
|
('Python', '3.8.6'),
|
|
('SciPy-bundle', '2020.11'),
|
|
('arpack-ng', '3.8.0'),
|
|
('dftd3-lib', '0.9.2', '', ('GCC', '10.2.0')),
|
|
]
|
|
|
|
configopts = ['-DWITH_TBLITE=TRUE -DWITH_MPI=TRUE -DWITH_DFTD3=TRUE COMPILE_DFTD3=FALSE DFTD3_INCS="-I$EBROOTDFTD3MINLIB/include" -DFTD3_LIBS="-L$EBROOTDFTD3MINLIB/lib -ldftd3" -DWITH_PYTHON=TRUE']
|
|
|
|
installopts = 'INSTALLDIR="%(installdir)s"'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/' + x for x in ['dftb+', 'modes', 'waveplot']],
|
|
'dirs': []
|
|
}
|
|
|
|
sanity_check_commands = [('python', '-c "import dptools"')]
|
|
|
|
modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'}
|
|
|
|
moduleclass = 'phys'
|