Material chaining timeout error when running moose tests #25373
-
|
material chaining error building moose Hello, I'm a relatively new MOOSE user who is installing the CONDA version of MOOSE on an HPC environment (full hpc install will hopefully come later). I can compile MOOSE without issue but run into the single error below when testing moose. I reran the tests with max_time = 3000 for material_chaining but I still got the time out error. Material_chaining_out.csv matches the corresponding file in the gold directory (see below). Any ideas on what's causing the issue and how to fix it? ERROR: #-------System / build details material_chaining_out.csv: Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello it's a really slow test to start with. However 3000s should have done it. Guillaume |
Beta Was this translation helpful? Give feedback.
I see where my problem is. There are two material chaining blocks in the tests file (moose/test/tests/materials/derivative_material_interface/tests). I increased the max time limit for one block but not the other.
Thanks for the help.
David Jacobson