-
Notifications
You must be signed in to change notification settings - Fork 5
Add MacOS X tests #239
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
Draft
jan-janssen
wants to merge
26
commits into
main
Choose a base branch
from
mac
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add MacOS X tests #239
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
64f34f7
Update unittests-openmpi.yml
jan-janssen f6197d0
Update unittests-mpich.yml
jan-janssen 7ed6690
Merge remote-tracking branch 'refs/remotes/origin/main' into mac
jan-janssen b900542
Add hostname_localhost parameter
jan-janssen d80fa11
fix tests
jan-janssen ab377bb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2f7995b
Merge remote-tracking branch 'origin/main' into mac
jan-janssen 6e9d0e1
merge changes
jan-janssen d1984da
add mac
jan-janssen c8e69b1
Merge remote-tracking branch 'origin/mac' into mac
jan-janssen ba64c25
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] dd80221
Merge branch 'main' into mac
jan-janssen 5242603
fix dependencies
jan-janssen 10e726a
downgrade openmpi
jan-janssen 5ebe5e4
remove unused parameters
jan-janssen a2476bd
fix sed
jan-janssen 0a95d82
downgrade numpy
jan-janssen b9be91b
disable displacement test
jan-janssen cb2d269
Test mac os with Python 3.12
jan-janssen a9fa861
downgrade lammps
jan-janssen f0daed3
separate environment
jan-janssen eeb28f7
downgrade mpi4py
jan-janssen 73ca61f
flexible mpi4py
jan-janssen 87b2559
old mpi4py
jan-janssen e85af4b
set task to done
jan-janssen b835417
Merge remote-tracking branch 'origin/main' into mac
jan-janssen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- coverage | ||
- lammps =2024.06.27=*_mpi_openmpi_* | ||
- openmpi =4.1.6 | ||
- numpy =1.26.4 | ||
- mpi4py =3.1.6 | ||
- executorlib =1.6.0 | ||
- ase =3.25.0 | ||
- scipy =1.15.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related to the LAMMPS bug conda-forge/lammps-feedstock#207