-
### Discussed in https://github.com/libMesh/libmesh/discussions/3356
Originally posted by **amneetb** July 29, 2022
Hi all,
I am getting the following error during the make stage of libmesh…
-
## Reason
When we have a fresh-cloned MOOSE, if we do `make libmesh_update`, we will see bunch of lines at the beginning
```
/bin/sh: /Users/wangy2/projects/training/mammoth/moose/libmesh/installed…
-
**RQ3: Is keywords searching for commits consistent with our mechanical turks? How about human-in-the-loop AI bug reports reading method?**
KEYWORDS:
| |Precision|Recall| F1|
|----------|-----…
-
If a user specifies no `--prefix` during configure, the prefix currently gets set to /usr/local. This is kind of bad for a few reasons:
1. The list of things we install:
```
Make.common
…
-
This may have something to do with #1678. We had a user come to us with a parallel `DisplacedProblem` simulation running with `--distributed-mesh` that fails with a PETSc error like:
```
[0]PETSC ER…
-
### Description of the enhancement or error report
As discussed in #6436 `kernels/scalar_constraint` MOOSE test will segfault when run with many threads. Here is the output of running in `dbg` mode:…
-
Definitely in the "would be nice" category.
Right now, I'm using libMesh::Real just about everywhere. I'm thinking we typedef a GRINS::Real which can default to libMesh::Real. Then, we can have room …
-
### Bug Description
Even though some kernels request the divergence of vector basis functions (the one we saw issues with wereNEDELEC_ONE and LAGRANGE_VEC), it is not available after reinit and in …
-
I first noticed this in the libMesh release candidate and traced the issue back here.
I have a compiler wrapper script `cxx-shim.sh`:
```shell
#!/bin/sh
ccache mpic++ "$@"
```
configuring …
-
For absolutely forever... libmesh has used `-O2 -funroll-loops -felide-constructors etc` for its default compile flags.
That's fine and everything... but there is currently no way to override this.…