easyconfigs-it4i/o/ORCA/ORCA-5.0.0-OpenMPI-4.1.1.eb
Lukas Krupcik 1f2c7b3d95 new file: b/BerkeleyGW/BerkeleyGW-3.0.1-intel-2020b-Python-3.8.6.eb
new file:   g/GDAL/GDAL-3.3.1-foss-2021a.eb
	new file:   g/GDRCopy/GDRCopy-2.1-GCCcore-9.3.0-CUDA-11.2.2.eb
	new file:   g/GDRCopy/GDRCopy-2.2-NVHPC-21.2-CUDA-11.2.2.eb
	new file:   j/JUBE/JUBE-2.4.1.eb
	new file:   o/ORCA/ORCA-5.0.0-OpenMPI-4.1.1.eb
	new file:   o/ORCA/ORCA-5.0.1-OpenMPI-4.1.1.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-GCCcore-9.3.0-CUDA-11.2.2-devel.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-GCCcore-9.3.0-CUDA-11.2.2.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2-UCX-11.1.0-rc2.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2-test.eb
	new file:   o/OpenMPI/OpenMPI-4.0.6-NVHPC-21.2-CUDA-11.2.2.eb
	new file:   s/Schrodinger/Schrodinger_2021-3_Linux-x86_64.eb
	new file:   s/spirit/spirit-2.1.1-CUDA-10.2.89.eb
	new file:   t/Trim_Galore/Trim_Galore-0.6.6-GCC-10.2.0-Python-2.7.18.eb
	new file:   u/UCX/:
	new file:   u/UCX/UCX-1.11.0-rc1-NVHPC-21.2-CUDA-11.2.2.eb
	new file:   u/UCX/UCX-1.9.0-GCCcore-9.3.0-CUDA-11.2.2-devel.eb
	new file:   u/UCX/UCX-1.9.0-GCCcore-9.3.0-CUDA-11.2.2.eb
	modified:   u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.2.2.eb
	new file:   u/UCX/UCX-1.9.0-m4.patch
	new file:   v/VASP/VASP-6.2.1-intel-2020b-mkl=sequential.eb
	new file:   y/Yambo/Yambo-5.0.3-intel-2020a.eb
2021-08-09 08:31:32 +02:00

38 lines
1.6 KiB
Plaintext

# IT4Innovations 2021
# LK JK
easyblock = "PackedBinary"
name = "ORCA"
version = '5.0.0'
versionsuffix = '-OpenMPI-4.1.1'
homepage = 'http://cec.mpg.de/forum/'
description = """ORCA is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry
with specific emphasis on spectroscopic properties of open-shell molecules.
It features a wide variety of standard quantum chemical methods ranging from semiempirical methods to DFT to single-
and multireference correlated ab initio methods.
It can also treat environmental and relativistic effects."""
toolchain = SYSTEM
# Download from https://orcaforum.kofo.mpg.de
sources = ['orca_5_0_0_linux_x86-64_openmpi411.tar.xz']
checksums = ['36ac4019d4b491f4caaaf36b1f498c44'] # static version
# checksums = ['985c73d96e227cee0eb0db08f57d52a2'] # shared version
dependencies = [('OpenMPI', '4.1.1', '-GCC-10.3.0')]
sanity_check_paths = {
'files': ['orca_%s%s' % (x, y) for x in ['anoint', 'casscf', 'cis', 'cpscf',
'eprnmr', 'gtoint', 'mdci', 'mp2', 'mrci', 'pc',
'rocis', 'scf', 'scfgrad', 'soc'] for y in ['', '_mpi']] +
['orca_%s' % x for x in ['2mkl', 'asa', 'chelpg', 'ciprep', 'eca', 'ecplib',
'euler', 'fci', 'fitpes', 'gstep', 'loc', 'mapspc',
'md', 'mergefrag', 'ndoint', 'numfreq', 'plot',
'pltvib', 'pop', 'rel', 'vib', 'vpot']] +
['orca'],
'dirs': [],
}
moduleclass = 'chem'