Skip to content

Commit

Permalink
Merge pull request idaholab#24799 from roystgnr/libmesh_update_20230623
Browse files Browse the repository at this point in the history
Libmesh submodule update
  • Loading branch information
roystgnr committed Jun 23, 2023
2 parents edda323 + 8cf4ab8 commit 27ef77a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
3 changes: 2 additions & 1 deletion conda/libmesh/meta.yaml
Expand Up @@ -2,9 +2,10 @@
# REMEMBER TO UPDATE the .yaml files for the following packages:
# template/
# moose/
# moose-dev/
{% set build = 0 %}
{% set strbuild = "build_" + build|string %}
{% set version = "2023.06.19" %}
{% set version = "2023.06.23" %}
{% set vtk_friendly_version = "9.2" %}

package:
Expand Down
2 changes: 1 addition & 1 deletion conda/moose-dev/conda_build_config.yaml
@@ -1,5 +1,5 @@
moose_libmesh:
- moose-libmesh 2023.06.19 build_0
- moose-libmesh 2023.06.23 build_0

moose_wasp:
- moose-wasp 2023.05.01
Expand Down
2 changes: 1 addition & 1 deletion conda/moose-dev/meta.yaml
@@ -1,5 +1,5 @@
{% set build = 0 %}
{% set version = "2023.06.22" %}
{% set version = "2023.06.23" %}
{% set strbuild = "build_" + build|string %}

package:
Expand Down
2 changes: 1 addition & 1 deletion conda/moose/conda_build_config.yaml
@@ -1,5 +1,5 @@
moose_libmesh:
- moose-libmesh 2023.06.19 build_0
- moose-libmesh 2023.06.23 build_0

moose_wasp:
- moose-wasp 2023.05.01
Expand Down
2 changes: 1 addition & 1 deletion conda/template/conda_build_config.yaml
@@ -1,5 +1,5 @@
moose_libmesh:
- moose-libmesh 2023.06.19 build_0
- moose-libmesh 2023.06.23 build_0

moose_wasp:
- moose-wasp 2023.05.01
Expand Down
2 changes: 1 addition & 1 deletion docker_ci/Dockerfile
Expand Up @@ -114,7 +114,7 @@ if [ ! -d $PETSC_DIR/lib/petsc ]; then exit 1; fi
#-----------------------------------------------------------------------------#
# Install Libmesh to system path
#-----------------------------------------------------------------------------#
ARG LIBMESH_REV=dfaf6b5da757424806547c81d7dcba07c8ced6b8
ARG LIBMESH_REV=dc964ef4e459ba7ce080f8d6c1f4cac939cfbfed
ARG LIBMESH_OPTIONS
ARG LIBMESH_METHODS="opt dbg"
ENV LIBMESH_DIR=/usr/local \
Expand Down
8 changes: 8 additions & 0 deletions modules/doc/content/newsletter/2023/2023_06.md
Expand Up @@ -82,6 +82,14 @@ TIMPI changes:
remove deprecated code
- Cleaner `vector<bool>` unpacking code

### `2023.06.23` Update

- Un-condensed Eigensystem solves of constrained systems now throw
*warnings*, not errors, for the sake of downstream apps getting away
with it so far.
- PETSc DM interface error messages now use proper format strings for
32-bit builds too

## PETSc-level Changes

## Bug Fixes and Minor Enhancements

0 comments on commit 27ef77a

Please sign in to comment.