Replies: 2 comments 3 replies
-
I agree that the
should be fine. Though Valgrind+MPI is expected not to work on >= 22.04 (#429), it is very strange (I can reproduce it on Docker) that the ParFORM build gave warnings like
and the test run prints
|
Beta Was this translation helpful? Give feedback.
3 replies
-
https://github.com/jodavies/form/actions/runs/12931507401/job/36067004950 The failures on this run are due to awalsh128/cache-apt-pkgs-action#145 . As I understand we can "just wait" for updated tags and things should run again. FORM's actions config is using v4 already. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For running the tests on my Flint branch I moved the github actions image to 24.04. Then we have various failures which are nothing to do with Flint. Here is a run of the master branch on 24.04:
https://github.com/jodavies/form/actions/runs/12926713489/job/36050328201
As I understand Sta_Fill_1 is supposed to fail, certainly on my machine (24.04) this is a segfault, but it doesn't take 10s to finish. The options here are to increase the timeout for this test, or to change the test such that it doesn't crash. The point of the test is to check for the warning, not to actually demonstrate the crash I think.
The parform failures all seem to be due to printing from multiple threads messing up the logs. I can't reproduce this locally, but I am using openmpi and not mpich.
Beta Was this translation helpful? Give feedback.
All reactions