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

new file: a/AOCC/AOCC-4.1.0-GCCcore-12.2.0.eb new file: a/AOCL/AOCL-4.1.0-CCcore-12.2.0.eb new file: a/Amber/Amber-22.4-foss-2022a-AmberTools-23-CUDA-11.7.0.eb new file: c/Clang/Clang-17.0.2-GCCcore-12.2.0-CUDA-12.2.0.eb new file: c/Clang/Clang-17.0.2-GCCcore-12.2.0.eb new file: g/GROMACS/GROMACS-2023-foss-2022a-CUDA-12.0.0-PLUMED-2.9.0.eb new file: g/GROMACS/GROMACS-2023.3-foss-2022a-CUDA-12.0.0-v2.eb new file: l/LAMMPS/LAMMPS-15Jun2023-foss-2022a-kokkos-sm80.eb new file: l/LAMMPS/LAMMPS-2Aug2023-foss-2022a-kokkos-sm80.eb new file: l/LAMMPS/LAMMPS-2Aug2023-foss-2022a-kokkos.eb new file: l/LAMMPS/LAMMPS-2Aug2023_update1-foss-2021b-CUDA-12.2.0-kokkos.eb new file: l/LAMMPS/LAMMPS-2Aug2023_update1-foss-2021b-kokkos.eb new file: m/MATLAB/MATLAB-2023b.eb new file: n/NCCL/NCCL-2.18.3-GCCcore-11.3.0-CUDA-12.2.0.eb new file: o/OVITO/OVITO-3.9.2-gompi-2022a-basic.eb new file: o/OVITO/OVITO-3.9.2-gompi-2022b-basic.eb new file: o/OpenMolcas/OpenMolcas-23.06-intel-2022a-noGA.eb modified: o/OpenMolcas/OpenMolcas-23.06-intel-2022a.eb new file: p/PLUMED/PLUMED-2.9.0-foss-2022a.eb new file: q/Qt6/Qt6-6.5.3-GCCcore-12.2.0.eb new file: "q/Qt6/\\" new file: u/UCX-CUDA/UCX-CUDA-1.14.1-GCCcore-11.3.0-CUDA-12.2.0.eb
65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'OpenMolcas'
|
|
version = '23.06'
|
|
|
|
homepage = "https://gitlab.com/Molcas/OpenMolcas"
|
|
description = "OpenMolcas is a quantum chemistry software package"
|
|
|
|
toolchain = {'name': 'intel', 'version': '2022a'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
source_urls = ['https://gitlab.com/Molcas/OpenMolcas/-/archive/v%(version)s/']
|
|
sources = ["OpenMolcas-v%(version)s.tar.gz"]
|
|
patches = [
|
|
'OpenMolcas-21.06_mcpdft_deps.patch',
|
|
#'OpenMolcas-22.06-increase_MxShll.patch',
|
|
]
|
|
checksums = [
|
|
{'OpenMolcas-v23.06.tar.gz': 'fe0299ed39af6e84f249f91452c411f9845c9ae4a0ce78641c867dea8056f280'},
|
|
{'OpenMolcas-21.06_mcpdft_deps.patch': '708763e060aa0174bbe9c0cc336b509fbf492066465908dd919452836a7a793a'},
|
|
#{'OpenMolcas-22.06-increase_MxShll.patch': 'e2588bca3d60f0681f6569aedb287166cead3934f02bc41f8daa9ede8dad98e8'},
|
|
]
|
|
|
|
builddependencies = [('CMake', '3.23.1')]
|
|
|
|
dependencies = [
|
|
('GlobalArrays', '5.8.1'),
|
|
('HDF5', '1.12.2'),
|
|
('Python', '3.10.4'),
|
|
]
|
|
|
|
build_shared_libs = True
|
|
|
|
preconfigopts = 'GAROOT=$EBROOTGLOBALARRAYS'
|
|
_copts = [
|
|
'-DLINALG=MKL',
|
|
'-DMKLROOT=$MKLROOT',
|
|
'-DOPENMP=ON',
|
|
'-DTOOLS=ON',
|
|
'-DFDE=ON',
|
|
'-DMPI=ON',
|
|
'-DGA=ON',
|
|
]
|
|
configopts = ' '.join(_copts)
|
|
|
|
modextrapaths = {'PATH': ''}
|
|
modextravars = {
|
|
'MOLCAS': '%(installdir)s',
|
|
'MOLCAS_DRIVER': '%(installdir)s/pymolcas',
|
|
'MOLCAS_SOURCE': '%(installdir)s',
|
|
}
|
|
|
|
#sanity_check_commands = ['cd %(builddir)s/easybuild_obj; ./pymolcas verify']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/dynamix.exe', 'bin/mpprop.exe', 'lib/libmolcas.%s' % SHLIB_EXT,
|
|
'sbin/help_basis', 'pymolcas'],
|
|
'dirs': ['data/', 'basis_library/'],
|
|
}
|
|
|
|
moduleclass = 'chem'
|