Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
052f41ca
Commit
052f41ca
authored
Mar 27, 2019
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-salomon'
parents
1b5b7c4c
f616b000
Pipeline
#6663
passed with stage
in 27 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
8 deletions
+24
-8
l/LAMMPS/LAMMPS-20181212-intel-2017c.eb
l/LAMMPS/LAMMPS-20181212-intel-2017c.eb
+11
-5
l/LAMMPS/LAMMPS-20181212-lompstub.patch
l/LAMMPS/LAMMPS-20181212-lompstub.patch
+9
-0
l/LAMMPS/LAMMPS-20190218-intel-2017c.eb
l/LAMMPS/LAMMPS-20190218-intel-2017c.eb
+4
-3
No files found.
l/LAMMPS/LAMMPS-20181212-intel-2017c.eb
View file @
052f41ca
...
...
@@ -15,23 +15,29 @@ meso, or continuum scale.
"""
toolchain = {'name': 'intel', 'version': '2017c'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['https://github.com/lammps/lammps/archive']
sources = ['stable_12Dec2018.tar.gz']
patches = ['LAMMPS-20181212-lompstub.patch']
dependencies = [
('tbb', '2017.6.196', '', True),
('gperftools', '2.7', '', True),
]
builddependencies = [
('Py
thon', '2.7.13', '-base
', True),
('CMake', '3.
5.2
', '', True),
('Py
', '3.6', '
', True),
('CMake', '3.
13.1
', '', 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 = "cd src && export LC_ALL='en_US.utf8' && "
commands += "make lib-reax args='-m ifort' && "
commands += "make lib-meam args='-m ifort' && "
commands += "make yes-reax && make yes-meam && "
commands += "make yes-kokkos && "
commands += "make yes-user-phonon && make yes-misc && make yes-user-meamc && "
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 && "
...
...
l/LAMMPS/LAMMPS-20181212-lompstub.patch
0 → 100644
View file @
052f41ca
--- lib/meam/Makefile.lammps.ifort.orig 2019-03-25 11:59:27.158597104 +0100
+++ lib/meam/Makefile.lammps.ifort 2019-03-25 11:59:37.421618041 +0100
@@ -1,5 +1,5 @@
# Settings that the LAMMPS build will import when this package library is used
meam_SYSINC =
-meam_SYSLIB = -lifcore -lsvml -lompstub -limf
+meam_SYSLIB = -lifcore -lsvml -limf
meam_SYSPATH = -L/opt/intel/fce/10.0.023/lib
l/LAMMPS/LAMMPS-20190218-intel-2017c.eb
View file @
052f41ca
...
...
@@ -29,10 +29,11 @@ builddependencies = [
('CMake', '3.13.1', '', True),
]
commands = "cd src && make yes-kokkos && "
# deprecated MEAM, REAX
commands = "cd src && "
commands += "make yes-kokkos && make yes-user-meamc && "
commands += "make yes-user-phonon && make yes-misc && "
commands += "make lib-reax args='-m ifort' && make yes-reax && "
commands += "make lib-meam args='-m ifort' && "
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 && "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment