-
Notifications
You must be signed in to change notification settings - Fork 245
docker: Update Dockerfile.cpu to support PETSc docker image #2778
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
Conversation
| RUN apt-get install -y wget flex libnuma-dev hwloc curl cmake git \ | ||
| autoconf libtool build-essential procps software-properties-common | ||
| autoconf libtool build-essential procps software-properties-common \ | ||
| pkgconf gfortran libopenblas-serial-dev |
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.
Why serial? The generic one enforce parallel?
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.
Not 100% sure on this but I went for the simpler/safer option for now based on various statements made here
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.
Yes, the default (non-serial) will respect $OMP_NUM_THREADS
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2778 +/- ##
==========================================
+ Coverage 83.03% 83.05% +0.02%
==========================================
Files 248 248
Lines 50499 50499
Branches 4440 4440
==========================================
+ Hits 41933 41944 +11
+ Misses 7806 7796 -10
+ Partials 760 759 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.