Conversation
a4f2b2c to
0b0d66c
Compare
fedb775 to
88254aa
Compare
59e3ee7 to
4fc66b9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1918 +/- ##
==========================================
+ Coverage 74.11% 74.28% +0.17%
==========================================
Files 445 448 +3
Lines 55454 55744 +290
Branches 9121 9190 +69
==========================================
+ Hits 41101 41411 +310
+ Misses 11262 11232 -30
- Partials 3091 3101 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Should we apply the fix of using |
3a65d56 to
3d3f59f
Compare
Fair. Reading the Debian message, I'm not too hopeful that there's any change in their approach. I ended up moving the check into PS: had to disable the f90 interface for MPI as there were some issues: which is the same as reported in #1843. Tried adding |
e42f395 to
8128822
Compare
Did you try |
8128822 to
703708c
Compare
It's something where you have to check what Fortran is wrapped by PS: confirmed that we just have to match |
703708c to
92beaad
Compare
92beaad to
c05ee8b
Compare
|
After correcting the glitch @bryanwweber noticed, it looks like we're now getting - unrelated - crashes on macOS-13 / Python 13: One runner crashed with: and another one crashed with: The same happened during the merge of #1907, see https://github.com/Cantera/cantera/actions/runs/15888865696/job/44807273791 Another crashing runner is on #1911, see https://github.com/Cantera/cantera/actions/runs/15890473825/job/44811946486?pr=1911 |
|
Pinning Python 3.13 to 3.13.4 on macOS 13 resolves failures similar to those documented in #1916. |
Changes proposed in this pull request
Create a more meaningful error message if Sundials is compiled with MPI support but
mpi.his not found.I am hesitant to fix the post-merge tests viathough, as there is still some hope that Debian maintainers will reconsider the MPI default - relinking https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082085FORTRAN=mpifortIf applicable, fill in the issue number this pull request is fixing
Relates to #1843
If applicable, provide an example illustrating new features this pull request is introducing
See failing "post-merge" tests.Edit: no longer failingChecklist
scons build&scons test) and unit tests address code coverage