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

new file: e/ETSF_IO/ETSF_IO-1.0.4-intel-2017a.eb new file: l/LAMMPS/LAMMPS-31Mar2017-intel-2017a-REAXC.eb new file: l/libxc/libxc-3.0.0-intel-2017a.eb new file: l/libxc/libxc-4.0.1-GCC-6.3.0-2.27.eb new file: l/libxc/libxc-4.0.1-intel-2017a.eb new file: l/libxc/libxc-4.0.1.eb new file: l/libxml2/libxml2-2.7.8.eb modified: n/Netgen/Netgen-6.0-beta.eb new file: o/Octopus/Octopus-7.1-intel-2017a-mpi.eb new file: o/OpenBLAS/OpenBLAS-0.2.9-LAPACK-3.5.0.eb new file: p/PFFT/PFFT-1.0.8-alpha-intel-2017a.eb new file: p/Perl/Perl-5.26.1-intel-2017a.eb new file: s/Singularity/Singularity-2.3.2-docker-fix.eb new file: s/Singularity/Singularity-2.4.eb new file: t/Tar/Tar-1.29.eb new file: t/Togl/Togl-1.7-intel-2017a.eb
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
# IT4Innovations 2017
|
|
|
|
easyblock = 'CmdCp'
|
|
|
|
name = 'LAMMPS'
|
|
version = '31Mar2017'
|
|
versionsuffix= '-REAXC'
|
|
|
|
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': '2017a'}
|
|
|
|
source_urls = ['https://github.com/lammps/lammps/archive']
|
|
|
|
sources = ['stable_31Mar2017.zip']
|
|
|
|
dependencies = [
|
|
('tbb', '2017.6.196', '', True),
|
|
]
|
|
|
|
|
|
#commands = "cd lib/reax && make -f Makefile.ifort && cd ../.. && "
|
|
commands = "cd src && make yes-user-reaxc && make yes-user-omp && make yes-user-intel && "
|
|
commands += "sed -i -e 's/-no-offload/-qno-offload/g' MAKE/OPTIONS/Makefile.intel_cpu_intelmpi && "
|
|
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'
|