-
Notifications
You must be signed in to change notification settings - Fork 49
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
Force mpi4py < 4 in Dockerfile due to shifter problem #456
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #456 +/- ##
==========================================
- Coverage 92.66% 92.35% -0.32%
==========================================
Files 78 78
Lines 14514 14514
==========================================
- Hits 13450 13404 -46
- Misses 1064 1110 +46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
How would I create (or where do I find?) a shifter container from this pull request so I can try it out on perlmutter? |
I don't think the built Docker image is uploaded to Docker. You can copy
the Dockerfile and try building the image somewhere and then copy the image
to Perlmutter.
Bharat Medasani
…On Tue, Nov 12, 2024 at 5:39 PM daringli ***@***.***> wrote:
How would I create (or where do I find?) a shifter container from this
pull request so I can try it out on perlmutter?
—
Reply to this email directly, view it on GitHub
<#456 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA62VEAEAKSIDOWHZIAGTEL2AJ7SXAVCNFSM6AAAAABRU6W4OKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZRG4ZTONBYGI>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
I created a branch |
Matt,
The one for branches runs all the times. It's not a big deal, but if you
can add an if clause that would be great.
Bharat Medasani
…On Tue, Nov 12, 2024 at 8:05 PM Matt Landreman ***@***.***> wrote:
How would I create (or where do I find?) a shifter container from this
pull request so I can try it out on perlmutter?
I created a branch ml/shifter_mpi4py_fix2 which triggers the docker build
in github actions and should push the updated container
hiddensymmetries/simsopt:test to docker hub. It's running now
<https://github.com/hiddenSymmetries/simsopt/actions/runs/11808542318/job/32897281638>
and should push the container in about half an hour, if it works.
—
Reply to this email directly, view it on GitHub
<#456 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA62VEABPR373BW4KEA6KP32AKQWZAVCNFSM6AAAAABRU6W4OKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZSGA3DOOBQG4>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
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 can confirm that running with
#SBATCH --image=hiddensymmetries/simsopt:test
on perlmutter works.
The |
This should address #455