Conversation
|
Hmm this actually seems like it's going to have involve libMesh because I'm getting errors out of recent ptscotch if I attempt to sort the graph after |
Hmm no I don't see anything obvious that suggests if I sort |
|
Job Documentation, step Docs: sync website on c31db84 wanted to post the following: View the site here This comment will be updated on new commits. |
c529b81 to
390e45f
Compare
This reverts commit 25ac6b2.
Also add some fuzzy comparison safety to floating point equality testing
These clones led to a fun bug where when I tried to use WorkBalance with the `BlockWeightedPartitioner` which relies on data computed in `initialize` instead of the constructor, leading to failed assertions during the WorkBalance calculations
38fe6d9 to
705ca4d
Compare
|
@ChengHauYang your |
|
Thanks for catching the bugs, @lindsayad. In break_mesh_with_evbc.i, the test hard-codes Thanks for your help!! |
|
Job Coverage, step Generate coverage on c31db84 wanted to post the following: Framework coverage
Modules coverageThermal hydraulics
Full coverage reportsReports
This comment will be updated on new commits. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi @lindsayad, I found a simpler fix than the previous fix patch: 51a4d1d. The way is to list all node IDs inside Thanks for your help! I hope this fixes the issue. |
I just fetched from your repository and that commit is not visible to me. Do you have a branch tip that includes that commit? |
|
Sorry, @lindsayad. I think maybe you can go with this patch: 51a4d1d. The branch is "fix_evbc_simple". Thanks for your help! |
|
Thank you for being so responsive! It's awesome having you as a MOOSE contributor |
|
You are very welcome, @lindsayad! Thanks for your kind words! |
|
Griffin patch at https://github.inl.gov/ncrc/griffin/pull/3000 |
|
Job Test, step Results summary on c31db84 wanted to post the following: Framework test summaryCompared against 801dc58 in job civet.inl.gov/job/3617958. Removed tests
Added tests
Modules test summaryCompared against 801dc58 in job civet.inl.gov/job/3617958. No change |
|
@loganharbour it seems like there are some CI problems with the sweeps for processor counts >= 11. Maybe resource issues? I do get failures when I run on my system locally, but they are definitely not the same |
Signal 15 is a kill. I bet they were killed due to the host being OOM... |
|
In this case I can't blame my navier-stokes test 😆 |
|
You think after all the memory enforcement policies you're working on trickle through that we shouldn't run into recipe failures like this? |
|
Eventually. There's a lot more to go... valgrind and apps. And then you have crap like this: |
|
that's vtb right? |
We need to obey the PETSc documentation which requests that the adjacency list be sorted (per row). @roystgnr I checked to see whether we call
MatCreateMPIAdjin libMesh and I see that we do in one place. AFAICT we also don't do any sorting there, so that could be a landmine waiting to happen