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

new file: e/ELSI/ELSI-2.5.0-intel-2020b.eb new file: f/FFTW/FFTW-3.3.8-gompi-2020a-amd.eb new file: l/libGridXC/libGridXC-0.8.5-iimpi-2020b.eb new file: l/libPSML/libPSML-1.1.8-iccifort-2020.4.304.eb new file: l/libxc/libxc-4.3.4-intel-2020b.eb new file: p/PETSc/PETSc-3.12.4-intel-2020b.eb new file: s/SLEPc/SLEPc-3.13.3-intel-2020a-Python-3.8.6.eb new file: s/Siesta/Siesta-4.1-Max-1.2.0-intel-2020b.eb new file: s/Siesta/Siesta-4.1-b5-intel-2020b-test.eb new file: t/TotalView/TotalView-2021.2.14.eb new file: x/xmlf90/xmlf90-1.5.4-iccifort-2020.4.304.eb
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
#LK 2021
|
|
|
|
name = 'Siesta'
|
|
version = '4.1-b5'
|
|
versionsuffix = '-test'
|
|
|
|
homepage = 'http://departments.icmab.es/leem/siesta'
|
|
description = """SIESTA is both a method and its computer program implementation, to perform efficient electronic
|
|
structure calculations and ab initio molecular dynamics simulations of molecules and solids."""
|
|
|
|
# AMD/intel cpu
|
|
toolchain = {'name': 'intel', 'version': '2020b'}
|
|
#toolchainopts = {'usempi': True}
|
|
import os
|
|
if os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
|
|
toolchainopts = {'usempi': True, 'optarch': 'march=core-avx2', 'opt': '03'}
|
|
else:
|
|
toolchainopts = {'usempi': True}
|
|
|
|
source_urls = ['https://gitlab.com/siesta-project/siesta/-/archive/v4.1.5/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['4a93b31e58ba036f33333ef88ff4df31']
|
|
|
|
dependencies = [('netCDF-Fortran', '4.5.3')]
|
|
|
|
#runtest = 'check'
|
|
|
|
#preconfigopts = 'export CXXFLAGS="-O3 -fPIC -march=core-avx2" && '
|
|
#preconfigopts += 'export CFLAGS="-O3 -fPIC -march=core-avx2" && '
|
|
#preconfigopts += 'export OPTFLAGS="-O3 -march=core-avx2 -ip" && '
|
|
#preconfigopts += 'export FCFLAGS="-O3 -fPIC -march=core-avx2" && '
|
|
|
|
parallel=24
|
|
|
|
moduleclass = 'phys'
|