WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 4afb389

Browse files
authored
Merge pull request #115 from pyiron/lammps_concurrent
Implement Concurrent Lammps class
2 parents fcfeaa4 + e1697b7 commit 4afb389

File tree

14 files changed

+814
-1568
lines changed

14 files changed

+814
-1568
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ dependencies:
66
- codacy-coverage
77
- lammps =2023.03.28
88
- mpich
9-
- numpy
10-
- distributed
11-
- dask-jobqueue
9+
- numpy =1.23.5
1210
- mpi4py =3.1.4
1311
- pympipool =0.5.4

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ dependencies:
66
- codacy-coverage
77
- lammps =2023.03.28
88
- openmpi
9-
- numpy
10-
- distributed
11-
- dask-jobqueue
9+
- numpy =1.23.5
1210
- mpi4py =3.1.4
1311
- pympipool =0.5.4

binder/environment.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- openmpi
5-
- mpi4py
6-
- numpy
5+
- numpy =1.23.5
76
- lammps >=2021.05.27
8-
- pytest
9-
- distributed
10-
- dask-jobqueue
117
- mpi4py =3.1.4
12-
- pympipool =0.5.2
8+
- pympipool =0.5.3

0 commit comments

Comments
 (0)