-
Notifications
You must be signed in to change notification settings - Fork 229
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
install: Overhaul Dockerfile.amd for MPI support #2104
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2104 +/- ##
==========================================
- Coverage 87.77% 87.75% -0.02%
==========================================
Files 221 221
Lines 39003 39010 +7
Branches 5067 5068 +1
==========================================
Hits 34233 34233
- Misses 4208 4215 +7
Partials 562 562
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
docker/Dockerfile.amd
Outdated
|
||
# Build mpi4py against amdclang | ||
RUN python3 -m venv /venv && \ | ||
RUN which mpicc && \ |
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.
Would it hurt to keep?
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.
which part?
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.
we can drop which mpicc
yeah
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.
I think there is a few things that need change this looks like a start but will create lots of issues
docker/Dockerfile.amd
Outdated
|
||
# Build mpi4py against amdclang | ||
RUN python3 -m venv /venv && \ | ||
RUN which mpicc && \ |
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.
we can drop which mpicc
yeah
No description provided.