Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert to mpi4py 3.1.6 #235

Merged
merged 10 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ channels:
- conda-forge
dependencies:
- coverage
- lammps =2024.06.27
- mpich
- lammps =2024.06.27=*_mpi_mpich_*
- mpich =4.2.2
- numpy =1.26.4
- mpi4py =4.0.0
- executorlib =0.0.1
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ channels:
- conda-forge
dependencies:
- coverage
- lammps =2024.06.27
- openmpi
- lammps =2024.06.27=*_mpi_openmpi_*
- openmpi =4.1.6
- numpy =1.26.4
- mpi4py =4.0.0
- executorlib =0.0.1
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ase_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TestLammpsASELibrary(unittest.TestCase):
def test_static(self):
lmp = LammpsASELibrary(
working_directory=None,
cores=1,
cores=2,
comm=None,
logger=logging.getLogger("TestStaticLogger"),
log_file=None,
Expand Down
Loading