mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
easyblock = "PackedBinary"
|
|
|
|
name = "ORCA"
|
|
version = '4.0.1.2'
|
|
|
|
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 = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = ['orca_4_0_1_2_linux_x86-64_openmpi202.tar.xz']
|
|
|
|
# ORCA 4.0.0 is compiled only against OpenMPI 2.0.2 for Linux
|
|
dependencies = [
|
|
('OpenMPI', '2.0.2', '', ('GCC', '6.3.0-2.27'))
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['orca_%s%s' % (x, y) for x in ['anoint', 'casscf', 'cis', 'cleanup', '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',
|
|
<< << << < HEAD
|
|
'pltvib', 'pop', 'rel', 'vib', 'vpot']],
|
|
== == == =
|
|
'pltvib', 'pop', 'rel', 'vib', 'vpot']],
|
|
>>>>>> > 96f1245aa28a346d2bdb7f950751af4e8748184f
|
|
'dirs': [],
|
|
}
|
|
|
|
modextravars= {
|
|
"SLURM_CPU_BIND": "none",
|
|
"RSH_COMMAND": "ssh -x",
|
|
}
|
|
|
|
moduleclass= 'chem'
|