easyconfigs-it4i/l/LAMMPS/LAMMPS-20201029-intel-2020a.eb
easybuild 1b1779e76c new file: a/AOCC/AOCC-2.2.0-GCCcore-10.2.0.eb
new file:   a/Amber/Amber-20-foss-2020b.eb
	new file:   a/Amber/Amber-20.11-foss-2020b-AmberTools-21.3.eb
	new file:   l/LAMMPS/LAMMPS-20201029-intel-2020a.eb
	modified:   o/ORCA/ORCA-5.0.1-OpenMPI-4.1.1.eb
	new file:   p/phono3py/phono3py-2.0.0-conda.eb
	new file:   p/phonopy/phonopy-2.11.0-conda.eb
	deleted:    a/AOCC/AOCC-2.1.0-GCCcore-10.2.0.eb
	deleted:    p/phonopy/phonopy-2.11.0-intel-2020a-Python-3.8.2.eb
2021-09-29 16:10:36 +02:00

53 lines
1.5 KiB
Plaintext

# IT4Innovations 2021
easyblock = 'CmdCp'
name = 'LAMMPS'
version = '20201029'
homepage = 'http://lammps.sandia.gov'
description = """LAMMPS is a classical molecular dynamics code,
and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator.
Has potentials for solid-state materials (metals, semiconductors) and soft
matter (biomolecules, polymers) and coarse-grained or mesoscopic systems.
It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic,
meso, or continuum scale."""
toolchain = {'name': 'intel', 'version': '2020a'}
source_urls = ['https://github.com/lammps/lammps/archive/refs/tags/']
sources = ['stable_29Oct2020.tar.gz']
dependencies = [
('tbb', '2020.1'),
('gperftools', '2.8'),
]
builddependencies = [
('CMake', '3.16.4'),
]
# deprecated MEAM, REAX
local_commands = "cd src && "
local_commands += "make yes-kokkos && make yes-user-meamc && "
local_commands += "make yes-user-phonon && make yes-misc && "
local_commands += "make yes-kspace && make yes-manybody && make yes-molecule && "
local_commands += "make yes-qeq && make yes-rigid && make yes-user-misc && "
local_commands += "make yes-user-reaxc && make yes-user-omp && "
local_commands += "make yes-spin && make yes-user-diffraction && "
local_commands += "make -j 16 intel_cpu_intelmpi && mv lmp_intel_cpu_intelmpi lammps"
cmds_map = [('.*', local_commands)]
files_to_copy = [
(['src/lammps'], 'bin'),
]
sanity_check_paths = {
'files': ['bin/lammps'],
'dirs': [''],
}
moduleclass = 'chem'