mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: l/libsodium/libsodium-1.0.17.eb new file: o/OpenPGM/OpenPGM-5.2.122-intel-2017c.eb modified: s/Score-P/Score-P-3.1-intel-2017a.eb new file: u/util-linux/util-linux-2.33.1.eb new file: z/ZeroMQ/ZeroMQ-4.3.1-intel-2017c.eb deleted: z/ZeroMQ/ZeroMQ-4.2.0-foss-2016b.eb deleted: z/ZeroMQ/ZeroMQ-4.2.0-intel-2016b.eb
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
# IT4Innovations 2017
|
|
|
|
easyblock = 'CmdCp'
|
|
|
|
name = 'LAMMPS'
|
|
version = '20181212'
|
|
|
|
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': '2017c'}
|
|
|
|
source_urls = ['https://github.com/lammps/lammps/archive']
|
|
sources = ['stable_12Dec2018.tar.gz']
|
|
|
|
dependencies = [
|
|
('tbb', '2017.6.196', '', True),
|
|
('gperftools', '2.7', '', True),
|
|
]
|
|
|
|
builddependencies = [
|
|
('Python', '2.7.13', '-base', True),
|
|
('CMake', '3.5.2', '', True),
|
|
]
|
|
|
|
commands = "cd src && make yes-kokkos && "
|
|
commands += "make yes-user-phonon && make yes-misc && "
|
|
commands += "make lib-reax args='-m ifort' && make yes-reax && "
|
|
commands += "make yes-kspace && make yes-manybody && make yes-molecule && "
|
|
commands += "make yes-qeq && make yes-rigid && make yes-user-misc && "
|
|
commands += "make yes-user-reaxc && make yes-user-omp && "
|
|
commands += "make -j 16 intel_cpu_intelmpi && mv lmp_intel_cpu_intelmpi lammps"
|
|
|
|
cmds_map = [('.*', commands)]
|
|
|
|
files_to_copy = [
|
|
(['src/lammps'], 'bin'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/lammps'],
|
|
'dirs': [''],
|
|
}
|
|
|
|
moduleclass = 'chem'
|