-
I noticed that FindLIBMESH.cmake always tries to find the "opt" configuration of libmesh . Could you infer this from the user?
In many places, the libmesh and MOOSE stack use the environment var…
-
Hey guys!
Just set up a new Ubuntu 22.04 machine from scratch:
- installed moose without any issues with the mamba generated env
- installed qt (5.10.1)
- set the libmesh-path in my meshit.pr…
-
Hi,
I have been trying to use spack to build dependencies for my stack, and I have noticed that the most recent version of libmesh that can be built with spack is 1.4.1, whereas at time of writing…
-
When I want to run the test.py as the readme says. The error above happens. It seems like there is a triangle_hash.pyx in libmesh which is a cython file. What should I do to run the test successfully?…
-
## Bug description
A Floating point exception is generated then caught by the FPExceptionGuard as intended. However we dont have the location of the exception even with the necessary breakpoint, whic…
-
**Host Environment**
- OS: Windows 10 64-bit
- Compiler: VC++ 19.26.28806
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install libmesh`
**Failure logs**
```
CMake Error at s…
-
Seen this several times now... Exodus simply can't handle meshes over about 200M elements:
```
MooseMesh::prepare()
Mesh Information:
elem_dimensions()={3}
spatial_dimension()=3
n_nodes…
-
libMesh/libmesh#1797, libMesh/libmesh#1800, libMesh/libmesh#1812
We don't want to just take those by default when grabbing libMesh flags, I think, better to just configure separately on the GRINS s…
-
Assertion `g < _variable_groups.size()' failed.
g = 0
_variable_groups.size() = 0
Stack frames: 11
0: libMesh::print_trace(std::ostream&)
1: libMesh::MacroFunctions::report_error(char const…
-
when compiling grins, I had an error in linking phase, where openmpi libraries where not found.
in fact the linking command was missing -L/usr/lib/openmpi (and adding it to LDFLAGS solved it for me), …